import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const Effect3DAnimate: React.FC<IAnimationProps>;
export declare const Effect3DEaseAnimate: React.FC<IAnimationProps>;
export declare const Effect3DEaseInAnimate: React.FC<IAnimationProps>;
export declare const Effect3DEaseOutAnimate: React.FC<IAnimationProps>;
export declare const Effect3DEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const Effect3DLinearAnimate: React.FC<IAnimationProps>;
