import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FlashAnimate: React.FC<IAnimationProps>;
export declare const FlashEaseAnimate: React.FC<IAnimationProps>;
export declare const FlashEaseInAnimate: React.FC<IAnimationProps>;
export declare const FlashEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FlashEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FlashLinearAnimate: React.FC<IAnimationProps>;
