export declare const observeDOM: (obj: HTMLElement | null, callback: (mutationRecords?: MutationRecord[]) => void) => any;