import { type DependencyList, type Ref } from "react"; export declare function useOverflowDetection(dependencies?: DependencyList): [Ref, boolean];