import type { SignInButtonProps } from "./SignInButton/index.js";
/**
 * Wrapper around the SignInButton component to use the webauthn signIn function
 */
export declare const SignInButtonWebauthn: (props: SignInButtonProps) => import("react").JSX.Element;
