export default _sfc_main;
declare namespace _sfc_main {
    namespace props {
        namespace processId {
            export const type: StringConstructor;
            const _default: string;
            export { _default as default };
        }
        namespace resourceId {
            const type_1: StringConstructor;
            export { type_1 as type };
            const _default_1: string;
            export { _default_1 as default };
        }
        namespace resourceYear {
            const type_2: NumberConstructor;
            export { type_2 as type };
            const _default_2: string;
            export { _default_2 as default };
        }
        namespace importParams {
            const type_3: ObjectConstructor;
            export { type_3 as type };
            const _default_3: {};
            export { _default_3 as default };
        }
    }
    function setup(__props: any, { expose: __expose }: {
        expose: any;
    }): {
        props: any;
        visible: import("vue").Ref<boolean, boolean>;
        selectedNodeValue: import("vue").Ref<string, string>;
        nodeDataList: import("vue").Ref<never[], never[]>;
        opinionData: import("vue").Ref<string, string>;
        toUserName: import("vue").Ref<string, string>;
        dialogShow: import("vue").Ref<boolean, boolean>;
        Updatev: import("vue").Ref<boolean, boolean>;
        inputv: import("vue").Ref<string, string>;
        switchv: import("vue").Ref<boolean, boolean>;
        userTreeDataList: import("vue").Ref<never[], never[]>;
        userSelectedDataList: import("vue").Ref<never[], never[]>;
        selectType: import("vue").Ref<string, string>;
        defaultExpandAll: import("vue").Ref<boolean, boolean>;
        init: () => void;
        resetFormData: () => void;
        getNodeData: () => Promise<void>;
        getIconColor: (item: any) => "green" | "red" | "blue";
        handleNodeChange: () => void;
        openUserDialog: () => Promise<void>;
        confirmCallback: (data: any) => Promise<void>;
        filterUsers: (data: any) => any[];
        handleConfirm: () => void;
        handleCancel: () => void;
        readonly List: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
        readonly getProcessNodeList: any;
        readonly getNodeResource: any;
        readonly moveTo: any;
        ref: typeof ref;
        readonly ElMessage: import("element-plus/es/utils").SFCInstallWithContext<import("element-plus").Message>;
    };
}
import { ref } from "@vue/runtime-core";
