import { RefObject } from 'react';
export declare const useIsOverflow: (ref: RefObject<HTMLElement | null>, dimension: "width" | "height") => boolean;
