export declare function registerElement(element: CustomElementConstructor & {
    id: string;
}): void;
export declare function injectGlobalStyle(styleId: string, styles: string): HTMLStyleElement;
