import React from 'react'; interface UserIconSvg { width: string; height: string; } declare const UserSvg: React.FC; export default UserSvg;