/// <reference types="react" />
export declare const ContinueWithoutPasskey: import("react").ComponentType<{
    onClick: () => void;
}>;
