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