import { ComponentClass } from 'react' interface DataInterface { avatar: any, noReadNum: any, name: any, contentType: any, content: any, customTime: any, id: any } type PageOwnProps = { className?: string onClick?: any, selfSend: any, data: DataInterface } declare const Index: ComponentClass export default Index