import { ComponentClass } from 'react' type PageOwnProps = { className?: string text: string, images: string[], title?: string, onClickImage?: (event: any) => any, } declare const Index: ComponentClass export default Index