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