export declare const DEVICE_TOKEN = "device_token"; export declare const SMALL_FONT = 14; export declare const NORMAL_FONT = 18; export declare const LARGE_FONT = 22; export declare const DefaultCalendarTheme: { monthTextColor: string; textSectionTitleColor: string; textSectionTitleDisabledColor: string; selectedDayBackgroundColor: string; selectedDayTextColor: string; dayTextColor: string; todayTextColor: string; todayBackgroundColor: string; textDisabledColor: string; textMonthFontSize: number; textMonthFontWeight: string; textDayHeaderFontWeight: string; textDayHeaderFontSize: number; };