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