import { ElementIntlBase } from '../../../../Intl/Abstracts/ElementIntlBase'; /** * The `ComboElementIntl` class. * * @public */ export declare class ComboElementIntl extends ElementIntlBase { private _empty; /** * Constructs a new instance of the `ComboElementIntl` class. * * @public */ constructor(locale?: string); /** * Gets or sets the `empty` property. * * @public */ get empty(): string; set empty(value: string); } //# sourceMappingURL=ComboElementIntl.d.ts.map