import { FC, SVGProps } from 'react'; declare const IconUsers: FC & { fill?: string }>; export default IconUsers;