import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FadeInFromTopAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromTopEaseAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromTopEaseInAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromTopEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromTopEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromTopLinearAnimate: React.FC<IAnimationProps>;
