export declare const fonts: { /** * Used for headings larger than 20px. */ display: string; /** * Used for code and sometimes numbers in tables. */ mono: string; /** * Used for text and UI (which includes almost anything). */ ui: string; };