import type { IconProps } from '../types/index'; declare function SvgSubtractFilled(iconProps: IconProps): JSX.Element; declare namespace SvgSubtractFilled { var displayName: string; } export default SvgSubtractFilled;