import React from 'react'; export type GridFooterCellProps = { columnId: string; value?: number | Date | null; }; export declare const GridFooterCellImpl: ({ columnId, value, }: GridFooterCellProps) => React.JSX.Element; export declare const GridFooterCell: typeof GridFooterCellImpl; //# sourceMappingURL=grid-footer-cell.d.ts.map