export interface StripeSessionAuthScreenProps { verifiedEmail: string; isSubmitting: boolean; errorMessage?: string; onContinue: () => void; onClose: () => void; } /** Fun-owned Link preflight UI, kept inside Stripe's `SESSION_AUTH` executor. */ export declare function StripeSessionAuthScreen({ verifiedEmail, isSubmitting, errorMessage, onContinue, onClose, }: StripeSessionAuthScreenProps): import("react").JSX.Element; //# sourceMappingURL=StripeSessionAuthScreen.d.ts.map