import { CSSProperties } from 'react'; type DateCellProps = { date?: string | Date | null | undefined; showTimeDifference?: boolean; expectValidDate?: boolean; onlyDate?: boolean; style?: CSSProperties; }; export default DateCellProps; //# sourceMappingURL=type.d.ts.map