import { IconProps } from '../lib';
declare function UserCirclePlus(props: IconProps): JSX.Element;
export default UserCirclePlus;
