/**
 * Dynamically load fonts from Google Fonts
 */
export declare function loadFonts(): void;
/**
 * Font families
 */
export declare const fontFamilies: {
    inter: string;
    roboto: string;
};
