import { CalendarType } from '@ironsource/fusion-ui/components/calendar/entities'; export declare const HOVER_RANGE_CLASS = "hover-range"; export declare const HOVER_CURRENT_CLASS = "hover-current"; export declare const DAY_NAMES: string[]; export declare const DEFAULT_CALENDAR_COMPONENT_CONFIGURATION: { month: Date; allowFutureSelection: boolean; parentDaterangeId: string; selection: { startDate: Date; endDate: Date; }; maxDate: any; calendarType: CalendarType; };