export declare enum CalendarType { SINGLE_DATE_SELECTION = 1, CALENDAR = 2, DATE_RANGE_SELECTION = 3 }