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