import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../oak-app-domain'; export default function Render(props: WebComponentProps void; setMobile: (value: string) => void; sendCaptcha: (mobile: string) => Promise; onConfirmByMobile: (mobile: string, captcha: string, newPassword: string) => Promise; }>): JSX.Element;