interface ChattingHeaderProps {
    readonly onLeave?: () => void;
}
declare const ChattingHeader: ({ onLeave }: ChattingHeaderProps) => import("react/jsx-runtime").JSX.Element;
export default ChattingHeader;
