import { FC } from 'react'; import { Author } from '../../api/schemas'; type Props = Readonly & { readonly name?: string | null; readonly isAdminComment: boolean | null; }>; export declare const UserAvatar: FC; export {};