import { Col } from './col'; export type { ColEventType, ColProps } from './col'; export default Col;