import { InputSubmitContent } from '@/types'; type Props = { answer?: InputSubmitContent; showAvatar: boolean; avatarSrc?: string; hasHostAvatar: boolean; }; export declare const GuestBubble: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=GuestBubble.d.ts.map