import React from "react";
export declare const useChatMessageBalloon: (onMouseEnter: React.MouseEventHandler<HTMLDivElement> | undefined, highlight: boolean | undefined) => {
    balloonClassNames: string;
};
