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