import { type SvgIconProps } from '@mui/material/SvgIcon'; declare const ProfilePlaceholder: { (props: SvgIconProps): JSX.Element; muiName: string; }; export default ProfilePlaceholder;