import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const SqueezeHorizontalAnimate: React.FC<IAnimationProps>;
export declare const SqueezeHorizontalEaseAnimate: React.FC<IAnimationProps>;
export declare const SqueezeHorizontalEaseInAnimate: React.FC<IAnimationProps>;
export declare const SqueezeHorizontalEaseOutAnimate: React.FC<IAnimationProps>;
export declare const SqueezeHorizontalEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const SqueezeHorizontalLinearAnimate: React.FC<IAnimationProps>;
