import type { Component } from 'vue' // @ts-ignore export interface PluginComponent extends Component { name: string; }