import { FC } from 'react'; import { ColumnProps } from './Grid.types'; declare const Column: FC; export default Column;