import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FlipFromLeftToCenterAnimate: React.FC<IAnimationProps>;
export declare const FlipFromLeftToCenterEaseAnimate: React.FC<IAnimationProps>;
export declare const FlipFromLeftToCenterEaseInAnimate: React.FC<IAnimationProps>;
export declare const FlipFromLeftToCenterEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FlipFromLeftToCenterEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FlipFromLeftToCenterLinearAnimate: React.FC<IAnimationProps>;
