export declare enum DatepickerState { SelectDay = 0, SelectYear = 1, SelectMonth = 2 }