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