import { ComponentClass } from 'react' type PageOwnProps = { className?: string image?: any descs?: any title?: any hideImage?: any loading?: boolean } declare const Index: ComponentClass export default Index