export interface Size { minWidth: string; maxWidth: string; minHeight: string; maxHeight: string; width: string; height: string; } export declare type OptionalSizeProps = Partial; export declare const SizingStyles: import("styled-components").FlattenInterpolation, import("./base").ThemeInterface>>[];