import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FlipFromTopAnimate: React.FC<IAnimationProps>;
export declare const FlipFromTopEaseAnimate: React.FC<IAnimationProps>;
export declare const FlipFromTopEaseInAnimate: React.FC<IAnimationProps>;
export declare const FlipFromTopEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FlipFromTopEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FlipFromTopLinearAnimate: React.FC<IAnimationProps>;
