import React from 'react'; import { Inventory } from '../inventory'; interface InventoryProps { inventory?: Inventory; onClose: () => void; } declare const InventoryUI: React.FC; export default InventoryUI; //# sourceMappingURL=Inventory.d.ts.map