import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const HangOnLeftAnimate: React.FC<IAnimationProps>;
export declare const HangOnLeftEaseAnimate: React.FC<IAnimationProps>;
export declare const HangOnLeftEaseInAnimate: React.FC<IAnimationProps>;
export declare const HangOnLeftEaseOutAnimate: React.FC<IAnimationProps>;
export declare const HangOnLeftEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const HangOnLeftLinearAnimate: React.FC<IAnimationProps>;
