import type { App } from 'vue';
/**
 * Register global built-in components
 */
export declare const registerGlobalComponents: (app: App) => void;
