/**
 * @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 GridFilterCell: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
    id: PropType<string>;
    grid: PropType<any>;
    field: PropType<string>;
    filterType: PropType<string>;
    colSpan: PropType<number>;
    title: PropType<string>;
    value: PropType<any>;
    operator: PropType<string>;
    operators: PropType<import('../interfaces/GridFilterOperators').GridFilterOperators[]>;
    booleanValues: PropType<import('../interfaces/GridFilterOperator').GridFilterOperator[]>;
    onChange: PropType<(event: {
        value: any;
        operator: string | Function;
        event: any;
    }) => void>;
    render: PropType<any>;
    ariaLabel: PropType<string>;
    size: PropType<"small" | "medium" | "large">;
}>, {
    kendoIntlService: {};
    kendoLocalizationService: {};
}, {}, {}, {
    inputChange(value: any, e: any): void;
    operatorChange(operatorValue: any, e: any): void;
    boolDropdownChange(value: any, e: any): void;
    clear(e: any): void;
    triggerChange(filter: any): void;
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
    id: PropType<string>;
    grid: PropType<any>;
    field: PropType<string>;
    filterType: PropType<string>;
    colSpan: PropType<number>;
    title: PropType<string>;
    value: PropType<any>;
    operator: PropType<string>;
    operators: PropType<import('../interfaces/GridFilterOperators').GridFilterOperators[]>;
    booleanValues: PropType<import('../interfaces/GridFilterOperator').GridFilterOperator[]>;
    onChange: PropType<(event: {
        value: any;
        operator: string | Function;
        event: any;
    }) => void>;
    render: PropType<any>;
    ariaLabel: PropType<string>;
    size: PropType<"small" | "medium" | "large">;
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export { GridFilterCell };
