import { PropType } from 'vue';
declare const _default: {
    customStyle: {
        type: StringConstructor;
        default: string;
    };
    filterable: BooleanConstructor;
    height: {
        type: PropType<string | number>;
        default: number;
    };
    keys: {
        type: PropType<import("@/common").TreeKeysType>;
    };
    multiple: BooleanConstructor;
    options: {
        type: PropType<import("@/components")._TreeOptionData<string | number>[]>;
        default: () => import("@/components")._TreeOptionData<string | number>[];
    };
    value: {
        type: PropType<import("@/components").TreeSelectValue>;
        default: any;
    };
    modelValue: {
        type: PropType<import("@/components").TreeSelectValue>;
        default: any;
    };
    defaultValue: {
        type: PropType<import("@/components").TreeSelectValue>;
    };
    onChange: PropType<(value: import("@/components").TreeSelectValue, level: import("@/components").TreeLevel) => void>;
};
export default _default;
