import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const PulseAnimate: React.FC<IAnimationProps>;
export declare const PulseEaseAnimate: React.FC<IAnimationProps>;
export declare const PulseEaseInAnimate: React.FC<IAnimationProps>;
export declare const PulseEaseOutAnimate: React.FC<IAnimationProps>;
export declare const PulseEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const PulseLinearAnimate: React.FC<IAnimationProps>;
