/// <reference types="react" />
import { InfoFlowData } from '../types';
export declare const useEventInfoFlow: (infoFlowData: InfoFlowData | null) => {
    contentRef: import("react").MutableRefObject<HTMLDivElement | undefined>;
    isContentVisible: boolean;
    isEllipsis: boolean;
};
