declare type Props = { direction?: string; wrap?: string; gutterY?: number; gutterX?: number; collapse?: boolean; }; /** * @deprecated, use Row with Column instead */ declare const GridContainerStyle: import("styled-components").StyledComponent<"div", any, Props, never>; export default GridContainerStyle; //# sourceMappingURL=GridContainerStyle.d.ts.map