import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FlipSlowDownAnimate: React.FC<IAnimationProps>;
export declare const FlipSlowDownEaseAnimate: React.FC<IAnimationProps>;
export declare const FlipSlowDownEaseInAnimate: React.FC<IAnimationProps>;
export declare const FlipSlowDownEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FlipSlowDownEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FlipSlowDownLinearAnimate: React.FC<IAnimationProps>;
