export type FontFamily = {
    name: string;
    family: string;
    url: string;
};
export declare const fontFamilies: FontFamily[];
export declare function loadFonts(): void;
