import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const RotateACWAnimate: React.FC<IAnimationProps>;
export declare const RotateACWEaseAnimate: React.FC<IAnimationProps>;
export declare const RotateACWEaseInAnimate: React.FC<IAnimationProps>;
export declare const RotateACWEaseOutAnimate: React.FC<IAnimationProps>;
export declare const RotateACWEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const RotateACWLinearAnimate: React.FC<IAnimationProps>;
