/// import 'twin.macro'; interface DateCellProps { value: Date; rawValue: string; } export declare function DateCell(props: DateCellProps): JSX.Element; export {};