import React from 'react';
import { ITransition } from '..';
export declare type IZoom = ITransition & {};
declare const Zoom: React.FC<IZoom>;
export default Zoom;
