/// import IconBase from "../IconBase"; declare class IconSquareProgressHalf extends IconBase { getIconComponent({ secondColor, ariaLabel, ...props }: { [x: string]: any; secondColor: any; ariaLabel?: string; }): JSX.Element; } export default IconSquareProgressHalf;