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