import * as React from 'react'; import { ColProps } from './types'; export declare const Col: React.FC;