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