import { ComponentClass } from 'react' type PageOwnProps = { className?: string account: any yingxiao?: any keyong?: any onDetailClick?: any type: 'user' | 'shop' } declare const Index: ComponentClass export default Index