import * as React from "react"; import { ResponsiveValue, ThemeValue, RequiredTheme } from "styled-system"; import { AllSystemProps } from "./system/unions"; export declare type ColProps = AllSystemProps & { gapY?: ResponsiveValue>; }; export declare const Col: import("styled-components").StyledComponent<"div", any, React.PropsWithChildren, never>;