import { Ref } from '../types';
export default function isDetached(element: Ref): boolean;
