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