/// import { type ListItemAvatarProps as MuiListItemAvatarProps } from '@mui/material'; import { type WithoutEmotionSpecific } from '../types'; export type ListItemAvatarProps = WithoutEmotionSpecific; export declare const ListItemAvatar: (props: ListItemAvatarProps) => JSX.Element;