import { CellContext } from '@tanstack/react-table'; export declare function DefaultDateCell({ getValue, column: { columnDef } }: CellContext): import("react/jsx-runtime").JSX.Element;