/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** * @hidden */ export declare const nodata = "dropdowns.nodata"; /** * @hidden */ export declare const expandButton = "dropdowns.expandbutton"; /** * @hidden */ export declare const clear = "dropdowns.clear"; /** * @hidden */ export declare const selectButton = "dropdowns.select"; /** * @hidden */ export declare const filterLabel = "dropdowns.defaultLabel"; /** * @hidden */ export declare const adaptiveModeFooterApply = "dropdowns.adaptiveModeFooterApply"; /** * @hidden */ export declare const adaptiveModeFooterCancel = "dropdowns.adaptiveModeFooterCancel"; /** * @hidden */ export declare const messages: { "dropdowns.clear": string; "dropdowns.expandbutton": string; "dropdowns.nodata": string; "dropdowns.select": string; "dropdowns.defaultLabel": string; "dropdowns.adaptiveModeFooterApply": string; "dropdowns.adaptiveModeFooterCancel": string; };