export default ConversationBar;
declare function ConversationBar({ assistantStatus }: {
    assistantStatus: any;
}): JSX.Element;
