export declare const components: Map; export declare function registerComponent(type: string, component: unknown): void; export declare function getComponent(type: string | string[]): Cmp;