import { PropType } from 'vue';
import { CascaderOptionInfo } from './interface';
import { VirtualListProps } from '../_components/virtual-list-v2/interface';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    displayColumns: {
        type: PropType<CascaderOptionInfo[][]>;
        required: true;
    };
    selectedPath: {
        type: PropType<string[]>;
        required: true;
    };
    activeKey: StringConstructor;
    totalLevel: {
        type: NumberConstructor;
        required: true;
    };
    multiple: BooleanConstructor;
    checkStrictly: BooleanConstructor;
    loading: BooleanConstructor;
    dropdown: BooleanConstructor;
    virtualListProps: {
        type: PropType<VirtualListProps>;
    };
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    displayColumns: {
        type: PropType<CascaderOptionInfo[][]>;
        required: true;
    };
    selectedPath: {
        type: PropType<string[]>;
        required: true;
    };
    activeKey: StringConstructor;
    totalLevel: {
        type: NumberConstructor;
        required: true;
    };
    multiple: BooleanConstructor;
    checkStrictly: BooleanConstructor;
    loading: BooleanConstructor;
    dropdown: BooleanConstructor;
    virtualListProps: {
        type: PropType<VirtualListProps>;
    };
}>> & Readonly<{}>, {
    loading: boolean;
    multiple: boolean;
    checkStrictly: boolean;
    dropdown: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
