import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FoldAnimate: React.FC<IAnimationProps>;
export declare const FoldEaseAnimate: React.FC<IAnimationProps>;
export declare const FoldEaseInAnimate: React.FC<IAnimationProps>;
export declare const FoldEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FoldEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FoldLinearAnimate: React.FC<IAnimationProps>;
