import { ComponentClass } from 'react' type PageOwnProps = { className?: string money?: any type: 'recharge' | 'withdraw' result: 'success' | 'faile' | 'waiting' } declare const Index: ComponentClass export default Index