import { InjectionToken } from '@angular/core'; /** * Injection Token for the ECMA `CustomElementRegistry` instance, or * `null` if the current platform is not browser. * @see https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry */ export declare const ELEMENT_REGISTRY: InjectionToken;