import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const SlideInFromTopAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromTopEaseAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromTopEaseInAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromTopEaseOutAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromTopEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromTopLinearAnimate: React.FC<IAnimationProps>;
