import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const RotateCWAnimate: React.FC<IAnimationProps>;
export declare const RotateCWEaseAnimate: React.FC<IAnimationProps>;
export declare const RotateCWEaseInAnimate: React.FC<IAnimationProps>;
export declare const RotateCWEaseOutAnimate: React.FC<IAnimationProps>;
export declare const RotateCWEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const RotateCWLinearAnimate: React.FC<IAnimationProps>;
