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