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