import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const HangOnRightAnimate: React.FC<IAnimationProps>;
export declare const HangOnRightEaseAnimate: React.FC<IAnimationProps>;
export declare const HangOnRightEaseInAnimate: React.FC<IAnimationProps>;
export declare const HangOnRightEaseOutAnimate: React.FC<IAnimationProps>;
export declare const HangOnRightEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const HangOnRightLinearAnimate: React.FC<IAnimationProps>;
