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