import { AnimationTriggerMetadata } from '@angular/animations'; export declare const ZOOM_CLASS_NAME_MAP: { enter: string; enterActive: string; leave: string; leaveActive: string; }; export declare const ZOOM_SLOW_CLASS_NAME_MAP: { enter: string; enterActive: string; leave: string; leaveActive: string; }; export declare const FADE_CLASS_NAME_MAP: { enter: string; enterActive: string; leave: string; leaveActive: string; }; export declare const FADE_SLOW_CLASS_NAME_MAP: { enter: string; enterActive: string; leave: string; leaveActive: string; }; export declare const ANIMATION_DURATION_BASE_CLASSES: string[]; export declare const ANIMATION_DURATION_SLOW_CLASSES: string[]; export declare const dialogAnimations: { readonly dialogContainer: AnimationTriggerMetadata; }; export declare const WHITELIST_TRANSFORM_ANIMATION_ELEMENTS: string[];