import { ListItemAvatarTypeMap } from "./ListItemAvatarProps"; /** * A simple wrapper to apply `List` styles to an `Avatar`. * * Demos: * * - [Lists](https://mui.com/components/lists/) * * API: * * - [ListItemAvatar API](https://mui.com/api/list-item-avatar/) */ declare const ListItemAvatar: import("@suid/types").OverridableComponent>; export default ListItemAvatar; //# sourceMappingURL=ListItemAvatar.d.ts.map