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