export declare class FontLoader {
    static AddStylesheetURL(url: any): void;
    static LoadFonts(fonts: string[]): void;
}
export declare const FONTS: string[];
