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