import { ResponsiveValue } from '../../types'; export declare const Container: import("styled-components").StyledComponent<"div", any, { gutter: ResponsiveValue; rowGap: ResponsiveValue; }, never>;