import React from 'react'; import { SvgProps } from './types'; interface Props extends SvgProps { colorMode?: string; } declare const ProfileIcon: React.FC; export default ProfileIcon;