import type { FC } from 'react';
declare const ColSpan: FC<any>;
export default ColSpan;
