import { PropType } from 'vue'; declare const _default: import("vue").DefineComponent<{ getPartment: { type: PropType<(node: any) => Promise>; default: () => Promise; }; getUser: { type: PropType<(node: any) => Promise>; default: () => Promise; }; partmentKey: { type: StringConstructor; default: string; }; userKey: { type: StringConstructor; default: string; }; }, { treeNode: any; treeProps: { label: string; isLeaf: string; }; loadNode: (node: any, resolve: (data: any) => void) => Promise; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ getPartment?: unknown; getUser?: unknown; partmentKey?: unknown; userKey?: unknown; } & { getPartment: (node: any) => Promise; getUser: (node: any) => Promise; partmentKey: string; userKey: string; } & {}>, { getPartment: (node: any) => Promise; getUser: (node: any) => Promise; partmentKey: string; userKey: string; }>; export default _default;