import { ComponentClass } from 'react' interface DataInterface { spaceId: any text: any images: any } type PageOwnProps = { className?: string item?: DataInterface onClick?: any onNavToEdit?: any } declare const Index: ComponentClass export default Index