import { MotionOptions } from '@ngverse/motion/core';
/**
 * fadeInRightBig animation
 */
export declare const fadeInRightBig: (options?: Partial<MotionOptions> | undefined) => import("@angular/animations").AnimationAnimateRefMetadata;
/**
 * sets default values for the `fadeInRightBig` animation
 */
export declare const setFadeInRightBigDefaults: (options: Partial<MotionOptions>) => MotionOptions & Partial<MotionOptions>;
/**
 * fadeInRightBig animation on :enter
 * @remarks triggerName: `fadeInRightBigOnEnter`
 */
export declare const fadeInRightBigOnEnter: (options?: Partial<MotionOptions> | undefined) => import("@angular/animations").AnimationTriggerMetadata;
/**
 * fadeInRightBig animation on :incr
 * @remarks triggerName: `fadeInRightBigOnIncr`
 */
export declare const fadeInRightBigOnIncr: (options?: Partial<MotionOptions> | undefined) => import("@angular/animations").AnimationTriggerMetadata;
