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