import { ComponentClass } from 'react' interface DataInterface { headimgurl: string nickName: string } type PageOwnProps = { className?: string data: DataInterface onImageClick?: any onRedpacketUsersClick?: any hasRedpacket?: boolean money?: any number?: any } declare const Index: ComponentClass export default Index