export declare const SIZES: { SMALLER: string; SMALL: string; REGULAR: string; H3: string; H2: string; H1: string; BIG: string; HUGE: string; }; export declare const PADDING: { BUTTON_REGULAR: string; BUTTON_SMALL: string; }; export declare const SANS_SERIF = "Roboto, 'canada-type-gibson', -apple-system, 'Helvetica Neue', Helvetica,\n 'Segoe UI', Arial, sans-serif"; export declare const SERIF = "Georgia, serif"; export declare const BASE_LINE_HEIGHT = "1.5em";