export declare const CustomCalendarWithDateSelector: ({ selectedDate, onSelect, pastDisabled, }: { selectedDate?: Date; onSelect: (date: Date) => void; pastDisabled?: boolean; }) => import("react/jsx-runtime").JSX.Element;