export interface DayPickerContextData { year?: number; month?: number; } export declare const DayPickerProvider: any, useDayPickerContext: any;