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