import React from 'react'; /** * Forgot Password Page component. * * @description * A screen that allows users to request a password reset link via email. * Includes a side-panel (desktop) and alternative social login options * similar to the main Login page. * * @ai-rules * 1. Navigation: Successfully submitting the email triggers a navigation to `/verify-email`. * 2. Visuals: Keeps consistency with `LoginPage` in terms of layout and branding, including * the theme-conditional isotype/hero-image left panel. */ export declare function ForgotPasswordPage(): React.JSX.Element;