import React from 'react';
declare const dxZoom: (value: number) => React.MutableRefObject<HTMLElement>;
export default dxZoom;
