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