import { MotionOptions } from '@ngverse/motion/core';
/**
 * fadeOutDownBig animation
 */
export declare const fadeOutDownBig: (options?: Partial<MotionOptions> | undefined) => import("@angular/animations").AnimationAnimateRefMetadata;
/**
 * sets default values for the `fadeOutDownBig` animation
 */
export declare const setFadeOutDownBigDefaults: (options: Partial<MotionOptions>) => MotionOptions & Partial<MotionOptions>;
/**
 * fadeOutDownBig animation on :leave
 * @remarks triggerName: `fadeOutDownBigOnLeave`
 */
export declare const fadeOutDownBigOnLeave: (options?: Partial<MotionOptions> | undefined) => import("@angular/animations").AnimationTriggerMetadata;
/**
 * fadeOutDownBig animation on :decr
 * @remarks triggerName: `fadeOutDownBigOnDecr`
 */
export declare const fadeOutDownBigOnDecr: (options?: Partial<MotionOptions> | undefined) => import("@angular/animations").AnimationTriggerMetadata;
