import { MotionOptions } from '@ngverse/motion/core';
/**
 * fadeOutBottomRight animation
 */
export declare const fadeOutBottomRight: (options?: Partial<MotionOptions> | undefined) => import("@angular/animations").AnimationAnimateRefMetadata;
/**
 * sets default values for the `fadeOutBottomRight` animation
 */
export declare const setFadeOutBottomRightDefaults: (options: Partial<MotionOptions>) => MotionOptions & Partial<MotionOptions>;
/**
 * fadeOutBottomRight animation on :leave
 * @remarks triggerName: `fadeOutBottomRightOnLeave`
 */
export declare const fadeOutBottomRightOnLeave: (options?: Partial<MotionOptions> | undefined) => import("@angular/animations").AnimationTriggerMetadata;
/**
 * fadeOutBottomRight animation on :decr
 * @remarks triggerName: `fadeOutBottomRightOnDecr`
 */
export declare const fadeOutBottomRightOnDecr: (options?: Partial<MotionOptions> | undefined) => import("@angular/animations").AnimationTriggerMetadata;
