import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FadeOutToTopAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToTopEaseAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToTopEaseInAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToTopEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToTopEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToTopLinearAnimate: React.FC<IAnimationProps>;
