/** * Forgot Password Page component. * * @description * A screen that allows users to request a password reset link via email. * Includes a hero image 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. */ export declare function ForgotPasswordPage(): import("react/jsx-runtime").JSX.Element;