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