/**
 * @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 GridColumnMenuFilterUI: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
    firstFilterProps: PropType<import('..').GridFilterCellProps>;
    secondFilterProps: PropType<import('..').GridFilterCellProps>;
    logicValue: PropType<{
        text: string;
        operator: any;
    }>;
    logicData: PropType<{
        text: string;
        operator: any;
    }[]>;
    hideSecondFilter: PropType<boolean>;
    operators: PropType<{
        text: string;
        operator: any;
    }[]>;
    render: PropType<any>;
}>, {}, {}, {}, {
    handleFocus(e: any): void;
    changeHandler(e: any, filterIndex: number): void;
    logicChange(e: any): void;
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
    change: any;
    filteruifocus: any;
    logicChange: any;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
    firstFilterProps: PropType<import('..').GridFilterCellProps>;
    secondFilterProps: PropType<import('..').GridFilterCellProps>;
    logicValue: PropType<{
        text: string;
        operator: any;
    }>;
    logicData: PropType<{
        text: string;
        operator: any;
    }[]>;
    hideSecondFilter: PropType<boolean>;
    operators: PropType<{
        text: string;
        operator: any;
    }[]>;
    render: PropType<any>;
}>> & Readonly<{
    onChange?: (...args: any[] | unknown[]) => any;
    onLogicChange?: (...args: any[] | unknown[]) => any;
    onFilteruifocus?: (...args: any[] | unknown[]) => any;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export { GridColumnMenuFilterUI };
