import type { ComponentType } from '../types/index'; import type { Component } from 'vue'; export declare function useComponentRegister(compName: ComponentType, comp: Component): void;