import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const JelloAnimate: React.FC<IAnimationProps>;
export declare const JelloEaseAnimate: React.FC<IAnimationProps>;
export declare const JelloEaseInAnimate: React.FC<IAnimationProps>;
export declare const JelloEaseOutAnimate: React.FC<IAnimationProps>;
export declare const JelloEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const JelloLinearAnimate: React.FC<IAnimationProps>;
