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