import { SVGProps } from "react";
declare const SvgUserMale: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgUserMale;
