declare const _sfc_main: 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>;
export default _sfc_main;
