import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FadeOutToBottomAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToBottomEaseAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToBottomEaseInAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToBottomEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToBottomEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToBottomLinearAnimate: React.FC<IAnimationProps>;
