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