import { MutableRefObject } from "react"; export declare const useCommonIntersection: (element: HTMLElement, clonedChildrenRef: MutableRefObject) => boolean;