import type { PropType } from 'vue';
import type { CascaderOptionInfo } from './interface';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    option: {
        type: PropType<CascaderOptionInfo>;
        required: true;
    };
    active: BooleanConstructor;
    multiple: BooleanConstructor;
    checkStrictly: BooleanConstructor;
    searchOption: BooleanConstructor;
    pathLabel: BooleanConstructor;
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    option: {
        type: PropType<CascaderOptionInfo>;
        required: true;
    };
    active: BooleanConstructor;
    multiple: BooleanConstructor;
    checkStrictly: BooleanConstructor;
    searchOption: BooleanConstructor;
    pathLabel: BooleanConstructor;
}>> & Readonly<{}>, {
    multiple: boolean;
    active: boolean;
    checkStrictly: boolean;
    pathLabel: boolean;
    searchOption: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
