import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const ShakeHorizontalAnimate: React.FC<IAnimationProps>;
export declare const ShakeHorizontalEaseAnimate: React.FC<IAnimationProps>;
export declare const ShakeHorizontalEaseInAnimate: React.FC<IAnimationProps>;
export declare const ShakeHorizontalEaseOutAnimate: React.FC<IAnimationProps>;
export declare const ShakeHorizontalEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const ShakeHorizontalLinearAnimate: React.FC<IAnimationProps>;
