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