import type { IconDefinition } from '../types';
declare const MinusCircleOutlined: IconDefinition;
export default MinusCircleOutlined;
