import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const SqueezeMixAnimate: React.FC<IAnimationProps>;
export declare const SqueezeMixEaseAnimate: React.FC<IAnimationProps>;
export declare const SqueezeMixEaseInAnimate: React.FC<IAnimationProps>;
export declare const SqueezeMixEaseOutAnimate: React.FC<IAnimationProps>;
export declare const SqueezeMixEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const SqueezeMixLinearAnimate: React.FC<IAnimationProps>;
