import { ComponentClass } from 'react' type PageOwnProps = { className?: string onChooseCaseClick?: any onImageSelect?: any onSendClick?: any type?: 'luwu' | 'wzs' } declare const Index: ComponentClass export default Index