import * as React from 'react'; import { IEmptyCellProps } from '../../props'; declare const EmptyCell: React.FunctionComponent; export default EmptyCell;