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