import { ComponentClass } from 'react' type PageOwnProps = { className?: string identification?: any // 元素id avatar: string // 图片 title: string // 文字 size: string // 图片尺寸 margin: string // 间距 circular?: boolean // 圆 direction?: 'horizontal' | 'vertical' onClick?: any } declare const Index: ComponentClass export default Index