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