import { ComponentClass } from 'react' interface DataInterface { content: any, divideTime: any, avatar: any, contentType: any, isRead: any, } type PageOwnProps = { className?: string chat: DataInterface selfSend: boolean onCaseClick?: any } declare const Index: ComponentClass export default Index