import { App } from 'vue'; export class VComponent { static name: string; static install(app: App): void; }