import { StyleResources, StyleResourcesLoaderNormalizedOptions } from '..'; export declare const injectResources: (options: StyleResourcesLoaderNormalizedOptions, source: string, resources: StyleResources) => Promise;