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