import { ForwardRefExoticComponent } from 'react'; import { ColProps, TypeMark } from './types'; type ICol = ForwardRefExoticComponent & TypeMark; declare const RefCol: ICol; export default RefCol;