import * as React from 'react'; export interface GridEmptyCellProps { width?: number; height?: number; } export declare const GridEmptyCell: React.NamedExoticComponent;