import type { NavigationPhase } from '@microsoft/fast-router'; import { BaseRoute } from '../base'; import type { Settings } from '../types'; export declare class ResetPassword extends BaseRoute { hasPasswordExpired: boolean; passwordResetToken: string; connectedCallback(): Promise; enter(phase: NavigationPhase): Promise; onSubmit(): Promise; onForgotPasswordWorkflow(): Promise; onChangePasswordWorkflow(): Promise; get headingText(): string; } //# sourceMappingURL=reset-password.d.ts.map