import React from 'react'; import { ColProps } from './typings'; declare const Col: React.FC; export default Col;