export declare class CoreStylesheetLoader {
    static loadUrl(url: string): Promise<void>;
}
