import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FadeInFromRightAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromRightEaseAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromRightEaseInAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromRightEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromRightEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromRightLinearAnimate: React.FC<IAnimationProps>;
