import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const RubberBandAnimate: React.FC<IAnimationProps>;
export declare const RubberBandEaseAnimate: React.FC<IAnimationProps>;
export declare const RubberBandEaseInAnimate: React.FC<IAnimationProps>;
export declare const RubberBandEaseOutAnimate: React.FC<IAnimationProps>;
export declare const RubberBandEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const RubberBandLinearAnimate: React.FC<IAnimationProps>;
