export declare const breakpoints: { xxsm: string; xsm: string; sm: string; md: string; lg: string; xl: string; xxl: string; }; export declare const RowContainer: import("styled-components").StyledComponent<"div", any, {}, never>;