import { ElementIntlBase } from '../../../../../Intl/Abstracts/ElementIntlBase'; /** * The `RichTextBoxElementIntl` class. * * @public */ export declare class RichTextBoxElementIntl extends ElementIntlBase { private _italicLabel; private _boldLabel; private _strikethroughLabel; private _monospaceLabel; /** * Constructs a new instance of the `RichTextBoxElementIntl` class. * * @public */ constructor(locale?: string); /** * Gets or sets the `italicLabel` property. * * @public */ get italicLabel(): string; set italicLabel(value: string); /** * Gets or sets the `boldLabel` property. * * @public */ get boldLabel(): string; set boldLabel(value: string); /** * Gets or sets the `strikethroughLabel` property. * * @public */ get strikethroughLabel(): string; set strikethroughLabel(value: string); /** * Gets or sets the `monospaceLabel` property. * * @public */ get monospaceLabel(): string; set monospaceLabel(value: string); } //# sourceMappingURL=RichTextBoxElementIntl.d.ts.map