import type { HandleOAuthCallbackParams } from '@clerk/types';
declare const AuthenticateWithRedirectCallback: import("svelte").Component<HandleOAuthCallbackParams, {}, "">;
type AuthenticateWithRedirectCallback = ReturnType<typeof AuthenticateWithRedirectCallback>;
export default AuthenticateWithRedirectCallback;
