import React, { HTMLAttributes } from 'react';
import type { BasePinchZoomProps } from './interface';
export interface PinchZoomProps extends HTMLAttributes, BasePinchZoomProps {
}
declare const PinchZoom: React.ForwardRefExoticComponent>;
export default PinchZoom;