export declare function registerComponents(components: { [name: string]: { new (): HTMLElement; }; }): void;