import { IconProps } from './types';
export declare const InventoryIcon: import('react').ForwardRefExoticComponent<Omit<IconProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
export default InventoryIcon;
