import { ComponentClass } from 'react' type PageOwnProps = { className?: string title: any extra?: any image?: any } declare const Index: ComponentClass export default Index