import type { Context } from 'react';
export interface Assets {
    scriptTags: string[];
    styleTags: string[];
}
export declare const AssetsContext: Context<Assets>;
