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