import React from 'react'; declare type InfoProps = { item: any; onDetailClick: Function; onSelectParams: Function; triggerCartItemChange: Function; outOfStock: String; }; declare class CommodityItem extends React.Component { private handleSelectParams; private getSelectedAttr; private updateTotalAmount; private handleSelectSelf; private stopPropagation; render(): JSX.Element; } export default CommodityItem;