import type { IconComponent } from '../types'; declare const MinusCircle: IconComponent; export default MinusCircle;