export declare const DEFAULT_FONT_URL: string;
export declare const DEFAULT_FONT_LIGHT_URL: string;
export interface CustomFonts {
    weight: string;
    style: string;
    url: string;
}
export declare function loadCustomFontsUrls(): CustomFonts[];
//# sourceMappingURL=fonts.d.ts.map