import { ComponentClass } from 'react' type PageOwnProps = { className?: string currentAmount: any type: 'recharge' | 'withdraw' onClick?: any } declare const Index: ComponentClass export default Index