import { IconProps } from '../lib';
declare function MinusCircle(props: IconProps): JSX.Element;
export default MinusCircle;
