import React from 'react'; /** * Email Verification Page component. * * @description * An informative screen shown after a password reset request. It instructs * the user to check their email and provides a "Resend email" feature. * Includes the same consistent layout as the other auth pages, including the * theme-conditional isotype/hero-image left panel. * * @ai-rules * 1. Data Source: It retrieves the email from the router's `location.state`. * 2. Visual Feedback: Displays a temporary success message upon successful resale of the verification email. * 3. Navigation: Includes a link to return to the `LoginPage`. */ export declare function VerifyEmailPage(): React.JSX.Element;