import { Col } from '../grid';
import { withInstall } from '../_util/type';
export type { ColProps } from '../grid';
export default withInstall(Col);