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