export function useEllipsisObserver(ref: any): {
    isEllipsis: boolean;
};
