import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const JackInTheBoxAnimate: React.FC<IAnimationProps>;
export declare const JackInTheBoxEaseAnimate: React.FC<IAnimationProps>;
export declare const JackInTheBoxEaseInAnimate: React.FC<IAnimationProps>;
export declare const JackInTheBoxEaseOutAnimate: React.FC<IAnimationProps>;
export declare const JackInTheBoxEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const JackInTheBoxLinearAnimate: React.FC<IAnimationProps>;
