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