//#region src/components/message-cards/no-auth-methods-message-card.d.ts /** * Shown instead of the sign-in/sign-up form when a project has no auth methods at all (no password, no * OTP, no passkey, no OAuth provider). Without this, the page would look broken: there is nothing the end * user can do, and the developer gets no hint about what went wrong or how to fix it. */ declare function NoAuthMethodsMessageCard(props: { fullPage?: boolean; projectDisplayName?: string; }): import("react/jsx-runtime").JSX.Element; //#endregion export { NoAuthMethodsMessageCard }; //# sourceMappingURL=no-auth-methods-message-card.d.ts.map