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