import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const RotateSlowDownAnimate: React.FC<IAnimationProps>;
export declare const RotateSlowDownEaseAnimate: React.FC<IAnimationProps>;
export declare const RotateSlowDownEaseInAnimate: React.FC<IAnimationProps>;
export declare const RotateSlowDownEaseOutAnimate: React.FC<IAnimationProps>;
export declare const RotateSlowDownEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const RotateSlowDownLinearAnimate: React.FC<IAnimationProps>;
