import { ResponsiveValue } from 'styled-system'; export declare type GridRowProps = { column: number | string | ResponsiveValue; }; declare const GridRow: import("styled-components").StyledComponent<"section", import("styled-components").DefaultTheme, import("../box/box").BoxProps, never>; export { GridRow as default, GridRow, };