type DateCellProps = { date: number; month: number; year: number; isOtherDay: boolean; lastDayOfMonth: number; }; declare const DateCell: ({ date, month, year, isOtherDay, lastDayOfMonth, }: DateCellProps) => import("react/jsx-runtime").JSX.Element; export default DateCell; //# sourceMappingURL=DateCell.d.ts.map