import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const UnfoldAnimate: React.FC<IAnimationProps>;
export declare const UnfoldEaseAnimate: React.FC<IAnimationProps>;
export declare const UnfoldEaseInAnimate: React.FC<IAnimationProps>;
export declare const UnfoldEaseOutAnimate: React.FC<IAnimationProps>;
export declare const UnfoldEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const UnfoldLinearAnimate: React.FC<IAnimationProps>;
