import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const SpinAnimate: React.FC<IAnimationProps>;
export declare const SpinEaseAnimate: React.FC<IAnimationProps>;
export declare const SpinEaseInAnimate: React.FC<IAnimationProps>;
export declare const SpinEaseOutAnimate: React.FC<IAnimationProps>;
export declare const SpinEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const SpinLinearAnimate: React.FC<IAnimationProps>;
