import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const PopInAnimate: React.FC<IAnimationProps>;
export declare const PopInEaseAnimate: React.FC<IAnimationProps>;
export declare const PopInEaseInAnimate: React.FC<IAnimationProps>;
export declare const PopInEaseOutAnimate: React.FC<IAnimationProps>;
export declare const PopInEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const PopInLinearAnimate: React.FC<IAnimationProps>;
