import { ComponentClass } from 'react' type PageOwnProps = { className?: string image: string, title?: string, disabled?: boolean, onClick?: any fullImage?: boolean } declare const Index: ComponentClass export default Index