export declare const ELEMENT_REGISTRY: WeakMap>; export declare const registerElement: (constructor: Function, element: HTMLElement) => void; export declare const deleteElement: (constructor: Function, element: HTMLElement) => void; //# sourceMappingURL=element-registry.d.ts.map