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