import { Col } from '../grid'; export type { ColProps, ColSize } from '../grid'; export { Col }; export default Col;