import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const PopOutAnimate: React.FC<IAnimationProps>;
export declare const PopOutEaseAnimate: React.FC<IAnimationProps>;
export declare const PopOutEaseInAnimate: React.FC<IAnimationProps>;
export declare const PopOutEaseOutAnimate: React.FC<IAnimationProps>;
export declare const PopOutEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const PopOutLinearAnimate: React.FC<IAnimationProps>;
