import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FlipFromBottomAnimate: React.FC<IAnimationProps>;
export declare const FlipFromBottomEaseAnimate: React.FC<IAnimationProps>;
export declare const FlipFromBottomEaseInAnimate: React.FC<IAnimationProps>;
export declare const FlipFromBottomEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FlipFromBottomEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FlipFromBottomLinearAnimate: React.FC<IAnimationProps>;
