import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FadeOutAnimate: React.FC<IAnimationProps>;
export declare const FadeOutEaseAnimate: React.FC<IAnimationProps>;
export declare const FadeOutEaseInAnimate: React.FC<IAnimationProps>;
export declare const FadeOutEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FadeOutEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FadeOutLinearAnimate: React.FC<IAnimationProps>;
