import { SVGProps } from '../accessible-svg/AccessibleSVG';
declare const UnknownUserAvatar: ({ className, height, title, width }: SVGProps) => JSX.Element;
export default UnknownUserAvatar;
