type Props = { hostAvatarSrc?: string; hideAvatar?: boolean; isPersisted?: boolean; isStreaming?: boolean; scrollOccurredDuringStreaming?: boolean; forceReposition?: boolean; }; export declare const AvatarSideContainer: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=AvatarSideContainer.d.ts.map