import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const ShakeMixAnimate: React.FC<IAnimationProps>;
export declare const ShakeMixEaseAnimate: React.FC<IAnimationProps>;
export declare const ShakeMixEaseInAnimate: React.FC<IAnimationProps>;
export declare const ShakeMixEaseOutAnimate: React.FC<IAnimationProps>;
export declare const ShakeMixEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const ShakeMixLinearAnimate: React.FC<IAnimationProps>;
