declare type SizeType = { width?: number; height?: number; unit?: string; }; export declare const sizeStyle: (props: SizeType) => import("styled-components").FlattenSimpleInterpolation; export {};