import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const WobbleAnimate: React.FC<IAnimationProps>;
export declare const WobbleEaseAnimate: React.FC<IAnimationProps>;
export declare const WobbleEaseInAnimate: React.FC<IAnimationProps>;
export declare const WobbleEaseOutAnimate: React.FC<IAnimationProps>;
export declare const WobbleEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const WobbleLinearAnimate: React.FC<IAnimationProps>;
