import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Minus: React.MemoExoticComponent>; declare type MinusRef = PathIconRef; declare type MinusProps = PathIconProps; export { Minus }; export type { MinusRef, MinusProps }; export default Minus;