import { ComponentClass } from 'react' interface DataInterface { caseId: any, homeicName: any, area: any, price: any, styleName: any, backgroudurl: any, title: any, shopName: any, shopLogo: any, isClaim: any, ownerId: any, select: any, } type PageOwnProps = { className?: string item: DataInterface, onClick?: any, onClaim?: any, showShop?: boolean hidePrice?: boolean } declare const Index: ComponentClass export default Index