import * as React from 'react'; export interface IEmptyCellsProps { count: number; shouldUseTh?: boolean; } declare const EmptyCells: React.FunctionComponent; export default EmptyCells;