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