interface BreakPointsProps { sm?: any; md?: any; lg?: any; xl?: any; } export declare const breakPoints: import("styled-components").FlattenInterpolation>; interface BorderProps { border?: { borderWidth?: string; borderColor?: string; borderRadius?: string; }; } export declare const borderStyles: import("styled-components").FlattenInterpolation>; interface MarginProps { margin?: { m?: string; mt?: string; mr?: string; ml?: string; mb?: string; mx?: string; my?: string; }; } export declare const marginstyles: import("styled-components").FlattenInterpolation>; interface PaddingProps { padding?: { p?: string; px?: string; py?: string; pl?: string; pr?: string; pt?: string; pb?: string; }; } export declare const paddingstyles: import("styled-components").FlattenInterpolation>; export {};