/** * 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 with a hero image side-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(): import("react/jsx-runtime").JSX.Element;