import { ComponentClass } from 'react' type PageOwnProps = { className?: string hidePrice?: boolean onImageClick?: any styleName?: any caseId?: any, area?: any, homeicName?: any, province?: any, price?: any, xiaoqu?: any, backgroudurl?: any, title?: any, city?: any, county?: any, } declare const Index: ComponentClass export default Index