/**
 * @license
 *-------------------------------------------------------------------------------------------
 * Copyright © 2026 Progress Software Corporation. All rights reserved.
 * Licensed under commercial license. See LICENSE.md in the package root for more information
 *-------------------------------------------------------------------------------------------
 */
import { PropType } from 'vue';
/**
 * @hidden
 */
declare const ListBoxToolbar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
    dataItems: PropType<any[]>;
    dataConnected: PropType<any[]>;
    tools: PropType<string[]>;
    selectedField: {
        type: PropType<string>;
        default: string;
    };
}>, {}, {
    currentRtl: boolean;
}, {}, {
    getRtlSvgIcon(toolIcon: any): any;
    getRtlFontIcon(toolIcon: any): any;
    handleToolClick(event: any, name: any): void;
    isItemDisabled(tool: string): boolean;
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
    dataItems: PropType<any[]>;
    dataConnected: PropType<any[]>;
    tools: PropType<string[]>;
    selectedField: {
        type: PropType<string>;
        default: string;
    };
}>> & Readonly<{}>, {
    selectedField: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export { ListBoxToolbar };
