import Invoice from './invoice.vue'; import type { Plugin } from 'vue'; export declare const InvoicePlugin: Plugin; export { Invoice };