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