import type { ICalendarNavigationIcons } from './Calendar.types'; import type { ICalendarStrings } from '@fluentui/date-time-utilities'; export declare const defaultCalendarStrings: ICalendarStrings; /** * @deprecated Use `defaultCalendarStrings` */ export declare const defaultDayPickerStrings: ICalendarStrings; export declare const defaultCalendarNavigationIcons: ICalendarNavigationIcons;