/// import { CurrentCalendarPage } from "../../../types/inputDate.type"; interface InputDateMonthSectionProps { currentCalendarPage: CurrentCalendarPage; onChange: (value: number) => void; } declare const InputDateMonthSection: (props: InputDateMonthSectionProps) => JSX.Element; export { InputDateMonthSection };