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