import { RefObject } from 'react'; export declare const useIsOverflow: (ref: RefObject) => boolean;