import { ComponentClass } from 'react' type PageOwnProps = { preferentialTicketId?: string receiveNum?: number // 领取人数 showReceiveNum?: boolean // 显示领取人数 displayStatus: -1 | 0 | 1 | 2 | 3 | number // 态(-1:配置中,0:已下架,1:未开始 , 2: 进行中 3:已结束) amountYuan?: string endTimeStr: string startTimeStr: string lingquTimeStr?: string remark?: string // 规则 title: string type: 'list' | 'detail' appType: 'wzs' | 'helper' atHomePage?: boolean className?: string onClick?: any onLingqu?: any onRemarkClick?: any } declare const Index: ComponentClass export default Index