/// <reference types="react" />
import { IconProps } from '../../types';
/** 方框里的减号 */
export declare const IconSquareMinusColorful: (props: IconProps) => JSX.Element;
