import { RefObject } from 'react'; export declare function useMutationObserver>(props: { ref: T; options: MutationObserverInit; onChange: (node: T['current']) => any; disable?: boolean; }, mountArgs?: any[]): Function; //# sourceMappingURL=useMutationObserver.d.ts.map