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