export declare const ALL_FONTS: { name: string; type: string; weights: string[]; }[]; export declare const ALL_GROUPS: string[]; export declare const getFontFallback: (font: string) => string; export declare const getGoogleLink: (font: string) => string; export declare const getFontLink: (font: string) => string; export declare const getFontCSS: (font: string) => string; export declare const getFontStyle: (font: string, override: boolean) => string; export declare const getFontOptions: (selectedGroup: string, selectedFont: string) => string[]; export declare const getGroupOptions: (selectedGroup: string) => string[]; export declare const copyToClipboard: (text: string) => void;