import { ElementIntlBase } from '../../../../../Intl/Abstracts/ElementIntlBase'; /** * The `CalendarElementIntl` class. * * @public */ export declare class CalendarElementIntl extends ElementIntlBase { private _todayLabel; private _weekNumberLabel; private _sundayLabel; private _mondayLabel; private _tuesdayLabel; private _wednesdayLabel; private _thursdayLabel; private _fridayLabel; private _saturdayLabel; /** * Constructs a new instance of the `CalendarElementIntl` class. * * @public */ constructor(locale: string); /** * A label for today. * Gets or sets the `todayLabel` property. * * @public */ get todayLabel(): string; set todayLabel(value: string); /** * A label for the week number. * Gets or sets the `weekNumberLabel` property. * * @public */ get weekNumberLabel(): string; set weekNumberLabel(value: string); /** * A label for Sunday. * Gets or sets the `sundayLabel` property. * * @public */ get sundayLabel(): string; set sundayLabel(value: string); /** * A label for Monday. * Gets or sets the `mondayLabel` property. * * @public */ get mondayLabel(): string; set mondayLabel(value: string); /** * A label for Tuesday. * Gets or sets the `tuesdayLabel` property. * * @public */ get tuesdayLabel(): string; set tuesdayLabel(value: string); /** * A label for Wednesday. * Gets or sets the `wednesdayLabel` property. * * @public */ get wednesdayLabel(): string; set wednesdayLabel(value: string); /** * A label for Thursday. * Gets or sets the `thursdayLabel` property. * * @public */ get thursdayLabel(): string; set thursdayLabel(value: string); /** * A label for Friday. * Gets or sets the `fridayLabel` property. * * @public */ get fridayLabel(): string; set fridayLabel(value: string); /** * A label for Saturday. * Gets or sets the `saturdayLabel` property. * * @public */ get saturdayLabel(): string; set saturdayLabel(value: string); /** * @public * @override */ onLocaleChanged(): void; } //# sourceMappingURL=CalendarElementIntl.d.ts.map