/// /** * This view is used to display the QR code for the farcaster connection. * It is only used in the login view when Farcaster is the only available login method. */ export declare const FarcasterQrCodeView: () => JSX.Element;