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