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