import React from 'react';
import { UndrawSVGProps } from '../types';
declare const MaleAvatar: React.FC<UndrawSVGProps>;
export default MaleAvatar;
