/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import * as o from './output/output_ast'; export declare class Identifiers { static ANALYZE_FOR_ENTRY_COMPONENTS: o.ExternalReference; static ElementRef: o.ExternalReference; static NgModuleRef: o.ExternalReference; static ViewContainerRef: o.ExternalReference; static ChangeDetectorRef: o.ExternalReference; static QueryList: o.ExternalReference; static TemplateRef: o.ExternalReference; static Renderer2: o.ExternalReference; static CodegenComponentFactoryResolver: o.ExternalReference; static ComponentFactoryResolver: o.ExternalReference; static ComponentFactory: o.ExternalReference; static ComponentRef: o.ExternalReference; static NgModuleFactory: o.ExternalReference; static createModuleFactory: o.ExternalReference; static moduleDef: o.ExternalReference; static moduleProviderDef: o.ExternalReference; static RegisterModuleFactoryFn: o.ExternalReference; static inject: o.ExternalReference; static directiveInject: o.ExternalReference; static INJECTOR: o.ExternalReference; static Injector: o.ExternalReference; static ViewEncapsulation: o.ExternalReference; static ChangeDetectionStrategy: o.ExternalReference; static SecurityContext: o.ExternalReference; static LOCALE_ID: o.ExternalReference; static TRANSLATIONS_FORMAT: o.ExternalReference; static inlineInterpolate: o.ExternalReference; static interpolate: o.ExternalReference; static EMPTY_ARRAY: o.ExternalReference; static EMPTY_MAP: o.ExternalReference; static Renderer: o.ExternalReference; static RendererType2: o.ExternalReference; static ViewDefinition: o.ExternalReference; static createComponentFactory: o.ExternalReference; }