import type { App } from 'vue';
/**
 * 全局注册自定义组件
 * @param app
 */
export declare function setupCustomComponents(app: App): void;
