import React from "react"; /** * user-profile.svg */ declare const UserProfileIcon: React.ForwardRefExoticComponent< Omit, "ref" | "children"> & React.RefAttributes >; export default UserProfileIcon;