export declare const useMutationObserver: (element: HTMLElement | Document | null, config?: MutationObserverInit) => MutationRecord | undefined;