import type { App } from 'vue'; export declare const hasGlobalComponent: (name: string, app?: App) => boolean;