import React from 'react';
import { ITransition } from '../';
export interface IZoom extends ITransition {
}
declare const Zoom: React.FC<IZoom>;
export default Zoom;
