import { DateCellProps } from './DateCell.types'; export declare const DateCell: import('react').MemoExoticComponent<({ value, column, state, className, onCellFocus, stickyLeft, isLastLocked, dateFormat, locale, fallback, isRowEditing, hasColumnMaxWidthAuto, }: DateCellProps) => import("react/jsx-runtime").JSX.Element>; //# sourceMappingURL=DateCell.d.ts.map