import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const ShakeVerticalAnimate: React.FC<IAnimationProps>;
export declare const ShakeVerticalEaseAnimate: React.FC<IAnimationProps>;
export declare const ShakeVerticalEaseInAnimate: React.FC<IAnimationProps>;
export declare const ShakeVerticalEaseOutAnimate: React.FC<IAnimationProps>;
export declare const ShakeVerticalEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const ShakeVerticalLinearAnimate: React.FC<IAnimationProps>;
