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