import { ElementIntlBase } from '../../../../../Intl/Abstracts/ElementIntlBase'; /** * The `CookiesConsentElementIntl` class. * * @public */ export declare class CookiesConsentElementIntl extends ElementIntlBase { private _messageLabel; private _dismissLabel; private _acceptLabel; /** * Constructs a new instance of the `CookiesConsentElementIntl` class. * * @public */ constructor(locale?: string); /** * A label for the message. * Gets or sets the `messageLabel` property. * * @public */ get messageLabel(): string; set messageLabel(value: string); /** * A label for the dismiss button. * Gets or sets the `dismissLabel` property. * * @public */ get dismissLabel(): string; set dismissLabel(value: string); /** * A label for the accept button. * Gets or sets the `acceptLabel` property. * * @public */ get acceptLabel(): string; set acceptLabel(value: string); } //# sourceMappingURL=CookiesConsentElementIntl.d.ts.map