export declare const fontSizes: { [index: string]: string; }; declare const fontSize: (size: string) => string; export default fontSize;