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