declare type FontSizeType = { fontSize?: number; fontUnit?: string; }; export declare const fontSizeStyle: (props: FontSizeType) => import("styled-components").FlattenSimpleInterpolation; export {};