export interface YearPickerContextData { year: number; } export declare const YearPickerProvider: any, useYearPickerContext: any;