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