/** * @license * Copyright Google Inc. 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 { __core_private__ as r, __core_private_types__ as t } from '@angular/core'; export declare type RenderDebugInfo = t.RenderDebugInfo; export declare var RenderDebugInfo: typeof t.RenderDebugInfo; export declare var wtfInit: typeof t.wtfInit; export declare var ReflectionCapabilities: typeof t.ReflectionCapabilities; export declare var VIEW_ENCAPSULATION_VALUES: typeof t.VIEW_ENCAPSULATION_VALUES; export declare type DebugDomRootRenderer = t.DebugDomRootRenderer; export declare var DebugDomRootRenderer: typeof t.DebugDomRootRenderer; /** * @experimental bogus marker to pass the ts-api-guardian's check - this api should be public so * this line will go away when that happens */ export declare var SecurityContext: typeof t.SecurityContext; export declare type SecurityContext = t.SecurityContext; export declare var SanitizationService: typeof t.SanitizationService; export declare type SanitizationService = t.SanitizationService; export declare var reflector: typeof t.reflector; export declare type NoOpAnimationPlayer = t.NoOpAnimationPlayer; export declare var NoOpAnimationPlayer: typeof t.NoOpAnimationPlayer; export declare type AnimationPlayer = t.AnimationPlayer; export declare var AnimationPlayer: typeof t.AnimationPlayer; export declare type NoOpAnimationDriver = t.NoOpAnimationDriver; export declare var NoOpAnimationDriver: typeof t.NoOpAnimationDriver; export declare type AnimationDriver = t.AnimationDriver; export declare var AnimationDriver: typeof t.AnimationDriver; export declare type AnimationSequencePlayer = t.AnimationSequencePlayer; export declare var AnimationSequencePlayer: typeof t.AnimationSequencePlayer; export declare type AnimationGroupPlayer = t.AnimationGroupPlayer; export declare var AnimationGroupPlayer: typeof t.AnimationGroupPlayer; export declare type AnimationKeyframe = t.AnimationKeyframe; export declare var AnimationKeyframe: typeof t.AnimationKeyframe; export declare type AnimationStyles = t.AnimationStyles; export declare var AnimationStyles: typeof t.AnimationStyles; export declare var prepareFinalAnimationStyles: typeof t.prepareFinalAnimationStyles; export declare var balanceAnimationKeyframes: typeof t.balanceAnimationKeyframes; export declare var flattenStyles: typeof t.flattenStyles; export declare var clearStyles: typeof t.clearStyles; export declare var collectAndResolveStyles: typeof r.collectAndResolveStyles;