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