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