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