import { OrganizationProfile as BaseOrganizationProfile, SignIn as BaseSignIn, SignUp as BaseSignUp, UserProfile as BaseUserProfile } from '@clerk/react'; import type { ComponentProps } from 'react'; import React from 'react'; export { APIKeys, CreateOrganization, GoogleOneTap, HandleSSOCallback, OAuthConsent, OrganizationList, OrganizationSwitcher, PricingTable, SignInButton, SignInWithMetamaskButton, SignOutButton, SignUpButton, TaskChooseOrganization, TaskResetPassword, TaskSetupMFA, UserAvatar, UserButton, Waitlist, } from '@clerk/react'; export declare const UserProfile: typeof BaseUserProfile; export declare const OrganizationProfile: typeof BaseOrganizationProfile; export declare const SignIn: (props: ComponentProps) => React.JSX.Element; export declare const SignUp: (props: ComponentProps) => React.JSX.Element; //# sourceMappingURL=uiComponents.d.ts.map