import { RefObject } from "react"; export declare function isTargetParent(target: EventTarget, parentRef: RefObject): boolean;