import type { FdoVnEInvoiceMerchantProfile } from "@/type"; declare function showDialog(initialValue: FdoVnEInvoiceMerchantProfile): void; declare function hideDialog(): void; declare const _default: import("vue").DefineComponent<{}, { show: typeof showDialog; hide: typeof hideDialog; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { onCompleted: () => void; }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{ onOnCompleted?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;