import type { FdoVnEInvoiceItemInfo } from "@/type"; export interface ItemOption { id: string; name: string; exempted: boolean; } declare function showDialog(initialValue: Record, options: ItemOption[]): void; declare function hideDialog(): void; declare const _default: import("vue").DefineComponent<{}, { show: typeof showDialog; hide: typeof hideDialog; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { onComplete: (items: Record) => void; }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{ onOnComplete?: ((items: Record) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;