import { type FlexItemProps } from "../flex"; declare function Col(props: FlexItemProps): JSX.Element; export default Col;