import { style } from '@angular/animations'; import { KeyValue } from '@angular/common'; import { TemplateRef, TrackByFunction } from '@angular/core'; import { OverlayService } from './overlay.service'; import * as i0 from "@angular/core"; type AnimationConfig = { HOOK: string; HIDDEN: Parameters[0]; VISIBLE: Parameters[0]; }; export declare const ANIMATION_CONSTANTS: Record<'SIDE_SHEET' | 'TOAST' | 'DIALOG' | 'MODAL', AnimationConfig>; export declare class OverlayOutletComponent { readonly overlayService: OverlayService; constructor(overlayService: OverlayService); readonly trackOverlay: TrackByFunction>>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};