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