import './DateTimeCell.css'; import React from 'react'; import { PropsWithJsxAttributes } from '../../../utils/types/PropsWithJsxAttributes'; export declare const DateTimeCellPropRange: readonly ["first", "last", true, false]; export type DateTimeCellPropRange = typeof DateTimeCellPropRange[number]; export type DateTimeCellProps = PropsWithJsxAttributes<{ range?: DateTimeCellPropRange; }, 'div'>; export declare const cnDateTimeCell: import("@bem-react/classname").ClassNameFormatter; export declare const DateTimeCell: React.ForwardRefExoticComponent & React.RefAttributes>;