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