import React from 'react'; /** * Fires onChange with the given target element as an argument every time any DOM node attribute changes. * * @deprecated The hook has performance implications. Consider alternatives. */ export declare function useMutationObserver(elementRef: React.RefObject, onChange: (element: HTMLElement) => void): void; //# sourceMappingURL=index.d.ts.map