import { Ref, MutationWatcher } from '../types'; export default function onDomRemove(element: Ref, onDetachCallback: () => void): MutationWatcher;