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