export declare function isValidComponent(tagName: string): boolean; export declare function isValidMetaData(customElements: any): boolean; /** * @param customElements any for now as spec is not super stable yet */ export declare function setCustomElements(customElements: any): void; export declare function setCustomElementsManifest(customElements: any): void; export declare function getCustomElements(): any;