import { CalendarRenderDateProps } from 'components/calendar/Calendar.types.ts'; export declare const DayButton: import('react').MemoExoticComponent<({ currentDate, selected, fromAnotherMonth, today, weekDay, autoClose, }: CalendarRenderDateProps) => import("react/jsx-runtime").JSX.Element>;