type SignedJWTProps = {
    clientAuthenticatorType: string;
};
export declare const SignedJWT: ({ clientAuthenticatorType }: SignedJWTProps) => import("react/jsx-runtime").JSX.Element;
export {};
