import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const BlurAnimate: React.FC<IAnimationProps>;
export declare const BlurEaseAnimate: React.FC<IAnimationProps>;
export declare const BlurEaseInAnimate: React.FC<IAnimationProps>;
export declare const BlurEaseOutAnimate: React.FC<IAnimationProps>;
export declare const BlurEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const BlurLinearAnimate: React.FC<IAnimationProps>;
