import { ElementIntlBase } from '../../../../../Intl/Abstracts/ElementIntlBase'; /** * The `ChatElementIntl` class. * * @public */ export declare class ChatElementIntl extends ElementIntlBase { private _inputPlaceholder; /** * Constructs a new instance of the `ChatElementIntl` class. * * @public */ constructor(locale?: string); /** * A placeholder for the chat input. * * @public */ get inputPlaceholder(): string; set inputPlaceholder(value: string); } //# sourceMappingURL=ChatElementIntl.d.ts.map