import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FlipOutAnimate: React.FC<IAnimationProps>;
export declare const FlipOutEaseAnimate: React.FC<IAnimationProps>;
export declare const FlipOutEaseInAnimate: React.FC<IAnimationProps>;
export declare const FlipOutEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FlipOutEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FlipOutLinearAnimate: React.FC<IAnimationProps>;
