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