declare const _sfc_main: import("vue").DefineComponent<{}, {
    foundDialogRef: import("vue").Ref<any, any>;
    openFoundDialog: () => void;
    handleOnSave: (data: any) => void;
    name: import("vue").Ref<any, any>;
    selectVlaue: import("vue").Ref<string, string>;
    stepList: {
        label: string;
        value: string;
    }[];
    selectChange: (val: any) => void;
    emit: (event: "confirm", ...args: any[]) => void;
    addVisible: import("vue").Ref<boolean, boolean>;
    openDialog: (data: any) => void;
    handleConfirm: () => void;
    handleCancel: () => void;
    FoundCollect: import("vue").DefineComponent<{}, {
        collectName: import("vue").Ref<any, any>;
        emit: (event: "confirm", ...args: any[]) => void;
        foundVisible: import("vue").Ref<boolean, boolean>;
        openDialog: (data: any) => void;
        handleOnSave: () => void;
        handleCancel: () => void;
    }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "confirm"[], "confirm", import("vue").PublicProps, Readonly<{}> & Readonly<{
        onConfirm?: ((...args: any[]) => any) | undefined;
    }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "confirm"[], "confirm", import("vue").PublicProps, Readonly<{}> & Readonly<{
    onConfirm?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _sfc_main;
