import { ElementIntlBase } from '../../../../../../Intl/Abstracts/ElementIntlBase'; /** * The `TableColumnEditorElementIntl` class. * * @public */ export declare class TableColumnEditorElementIntl extends ElementIntlBase { private _header; private _searchPlaceholder; private _allColumnsLabel; /** * Constructs a new instance of the `TableColumnEditorElementIntl` class. * * @public */ constructor(); /** * A text for the column editor header. * Gets or sets the `header` property. * * @public */ get header(): string; set header(value: string); /** * A placeholder text for the column search input. * Gets or sets the `searchPlaceholder` property. * * @public */ get searchPlaceholder(): string; set searchPlaceholder(value: string); /** * A text label for the "select all columns" option. * Gets or sets the `allColumnsLabel` property. * * @public */ get allColumnsLabel(): string; set allColumnsLabel(value: string); } //# sourceMappingURL=TableColumnEditorElementIntl.d.ts.map