export declare function InventoryItem({ isPreviewActive, isPreview, iconName, className, tooltipClassName, tooltipText, tooltipPlacement, id, ...rest }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace InventoryItem {
    var defaultProps: {
        isPreviewActive: boolean;
        isPreview: boolean;
        className: string;
        tooltipClassName: string;
        tooltipText: string;
        tooltipPlacement: string;
        id: string;
    };
}
//# sourceMappingURL=InventoryItem.d.ts.map