type Props = { sessionChallengeCode?: string; clientId: string; onBegin: () => void; }; export declare function SignInWithGoogle({ sessionChallengeCode, clientId, onBegin }: Props): import("react/jsx-runtime").JSX.Element; export {};