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