import { FC } from 'react'; import { YearPickerItemProps } from '../../../../YearPicker'; export type CalendarYearPickerItemProps = YearPickerItemProps; /** * `CalendarYearPickerItem` is a calendar-scoped alias for the underlying * `YearPickerItem` component. It represents a single year cell within the * `CalendarYearPicker` grid. */ export declare const CalendarYearPickerItem: FC;