export interface FadeAnimationParams { timings?: any; startTransform?: any; endTransform?: any; startOpacity?: any; endOpacity?: any; } export declare const fadeInUpAnimation: import("@angular/animations").AnimationReferenceMetadata; export declare const fadeOutDownAnimation: import("@angular/animations").AnimationReferenceMetadata;