/** * @param observer The observer used to report changes to the content box of the element. * @param element The element to be observed. * @returns A handle with a release method to stop observing resize changes. */ declare const observeResize: (observer: ResizeObserver, element: Element) => Handle; export default observeResize; //# sourceMappingURL=observeResize.d.ts.map