import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FlipToBottomAnimate: React.FC<IAnimationProps>;
export declare const FlipToBottomEaseAnimate: React.FC<IAnimationProps>;
export declare const FlipToBottomEaseInAnimate: React.FC<IAnimationProps>;
export declare const FlipToBottomEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FlipToBottomEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FlipToBottomLinearAnimate: React.FC<IAnimationProps>;
