import { SVGProps } from "react"; declare const MinusCircleIcon: (props: SVGProps) => JSX.Element; export default MinusCircleIcon;