/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ComponentMessages } from '@progress/kendo-angular-l10n'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class Messages extends ComponentMessages { /** * The text displayed in the popup when there are no items. */ noDataText: string; /** * The title of the clear button. */ clearTitle: string; /** * The text displayed for the check-all checkbox. */ checkAllText: string; /** * The text set as aria-label on the select button. */ selectButtonText: string; /** * The text set as aria-label on the list filter input. */ filterInputLabel: string; /** * The text set as aria-label on the popup containing the list of options when its role is `region`. */ popupLabel: string; /** * The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode. */ adaptiveCloseButtonTitle: string; /** * The text for the input's placeholder when filtering is enabled. */ filterInputPlaceholder: string; /** * The text displayed when the user types a custom value that is not in the list of options. * * The text includes a localizable string and the custom value. * For example, when adding a custom value **Test**, the default text is **Use "Test"**. * * You can reorder the custom value and the localizable part by using a placeholder in `useCustomValueText`. * Use `{customValue}` to insert the value, for example, **Add: {customValue}**. */ useCustomValueText: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }