import React from 'react'; import { CellInfo } from '../types'; export declare const Cell: React.NamedExoticComponent<{ timeIndex: number; classes: import("../styles/styles.module.scss").Styles; getDateRangeForVisualGrid(cell: CellInfo): [Date, Date][]; onClick?: ((event: React.MouseEvent) => void) | undefined; }>; //# sourceMappingURL=Cell.d.ts.map