import { FC } from "react"; export declare type Props = { pictureUrl?: string; width?: number; noName?: boolean; shortName?: string; }; export declare const AvatarChat: FC;