import { ComponentClass } from 'react' type PageOwnProps = { children?: any // 替换note className?: string onClick?: any thumb?: any extThumb?: any extraText?: any note?: string title: any topLine?: boolean noBorder?: boolean disabled?: boolean } declare const Index: ComponentClass export default Index