import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const SwingAnimate: React.FC<IAnimationProps>;
export declare const SwingEaseAnimate: React.FC<IAnimationProps>;
export declare const SwingEaseInAnimate: React.FC<IAnimationProps>;
export declare const SwingEaseOutAnimate: React.FC<IAnimationProps>;
export declare const SwingEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const SwingLinearAnimate: React.FC<IAnimationProps>;
