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