import { ComponentClass } from 'react' type PageOwnProps = { showBack?: boolean showhome?: boolean onBackClick?: any onHomeClick?: any title?: any className?: any unShow?: boolean } declare const Index: ComponentClass export default Index