import DateCellProps from './type'; declare const DateCell: ({ ...props }: DateCellProps) => import("react/jsx-runtime").JSX.Element; export default DateCell; //# sourceMappingURL=index.d.ts.map