import React from 'react';
import { IToViewOptions } from 'devexpress-reporting/viewer/internal/_bindings';
declare const useDxToView: (ref: React.MutableRefObject<HTMLElement>, options: IToViewOptions) => void;
export default useDxToView;
