/** @deprecated since 7.2.0. Please use the newly provided ICalendarResourceStrings interface or set global resource strings using `registerI18n` method. */
export interface IgcCalendarResourceStrings {
    selectMonth?: string;
    selectYear?: string;
    selectDate?: string;
    selectRange?: string;
    selectedDate?: string;
    startDate?: string;
    endDate?: string;
    previousMonth?: string;
    nextMonth?: string;
    previousYear?: string;
    nextYear?: string;
    previousYears?: string;
    nextYears?: string;
    weekLabel?: string;
}
/** @deprecated since 7.2.0. Please use the newly provided resources from the igniteui-i18n-resources package. */
export declare const IgcCalendarResourceStringEN: IgcCalendarResourceStrings;
