import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const ShadowAnimate: React.FC<IAnimationProps>;
export declare const ShadowEaseAnimate: React.FC<IAnimationProps>;
export declare const ShadowEaseInAnimate: React.FC<IAnimationProps>;
export declare const ShadowEaseOutAnimate: React.FC<IAnimationProps>;
export declare const ShadowEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const ShadowLinearAnimate: React.FC<IAnimationProps>;
