/// interface InputDateYearSectionProps { onChange: (val: number) => void; calendarYear: number; } declare const InputDateYearSection: (props: InputDateYearSectionProps) => JSX.Element; export { InputDateYearSection };