import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const ZoomInAnimate: React.FC<IAnimationProps>;
export declare const ZoomInEaseAnimate: React.FC<IAnimationProps>;
export declare const ZoomInEaseInAnimate: React.FC<IAnimationProps>;
export declare const ZoomInEaseOutAnimate: React.FC<IAnimationProps>;
export declare const ZoomInEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const ZoomInLinearAnimate: React.FC<IAnimationProps>;
