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