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