import type { ViewItem } from '../CalendarItem.js'; import type { UseCalendarItemProps } from '../types/shared-types.js'; /** Custom hook that retrieves properties from the year that is passed in. */ export declare function useYear({ date, itemRef }: UseCalendarItemProps): ViewItem;