import Col from './col' import { ColProps } from './col' export type Props = ColProps export default Col