import React from 'react'; import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../oak-app-domain'; export default function Render(props: WebComponentProps; wechatUser: EntityDict['wechatUser']['Schema']; counter: number; isRoot: boolean; userStateStr: string; userStateColor: string; idStateStr: string; idStateColor: string; isCreation: boolean; editable: boolean; idState: EntityDict['user']['Schema']['idState']; }, { editMobile: () => void; sendCaptcha: () => void; editPassword: () => void; goAuthenticate: () => void; updateMyInfo: () => void; unbindingWechat: (captcha?: string) => void; }>): React.JSX.Element;