export declare const fontSizes: { xxs: string; xs: string; s: string; m: string; l: string; xl: string; xxl: string; super: string; }; declare const FontSize: (size: string) => string; export default FontSize;