import { type RefObject } from 'react'; export declare const useIsOverflow: (ref: RefObject, callback?: Function) => boolean;