import { GridProps } from 'styled-system'; export declare type GridColumnProps = {} & GridProps; declare const GridColumn: import("styled-components").StyledComponent<"section", import("styled-components").DefaultTheme, import("styled-system").SpaceProps>, string | number | symbol> & Pick>, string | number | symbol>, "opacity" | "backgroundColor" | "bg"> & { color?: string | undefined; } & import("styled-system").LayoutProps>> & Pick>>, "order" | "alignContent" | "alignItems" | "alignSelf" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "justifyContent" | "justifyItems" | "justifySelf"> & import("styled-system").BorderProps>, string | number> & import("styled-system").PositionProps>> & import("styled-system").ShadowProps>> & { flex?: string | number | boolean | (string | number | null)[] | { [x: string]: string | number | undefined; [x: number]: string | number | undefined; } | null | undefined; variant?: "grey" | "white" | "card" | undefined; animate?: boolean | undefined; className?: string | undefined; } & GridProps>>, never>; export { GridColumn as default, GridColumn, };