import { ChatBubbleProps } from "./interfaces"; export type { ChatBubbleProps }; export default function ChatBubble({ type, hideAvatar, showLoadingBar, ...props }: ChatBubbleProps): import("react/jsx-runtime").JSX.Element;