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