import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const GlowingAnimate: React.FC<IAnimationProps>;
export declare const GlowingEaseAnimate: React.FC<IAnimationProps>;
export declare const GlowingEaseInAnimate: React.FC<IAnimationProps>;
export declare const GlowingEaseOutAnimate: React.FC<IAnimationProps>;
export declare const GlowingEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const GlowingLinearAnimate: React.FC<IAnimationProps>;
