import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const ZoomOutAnimate: React.FC<IAnimationProps>;
export declare const ZoomOutEaseAnimate: React.FC<IAnimationProps>;
export declare const ZoomOutEaseInAnimate: React.FC<IAnimationProps>;
export declare const ZoomOutEaseOutAnimate: React.FC<IAnimationProps>;
export declare const ZoomOutEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const ZoomOutLinearAnimate: React.FC<IAnimationProps>;
