import * as react_jsx_runtime from 'react/jsx-runtime'; import { OrganizationProfile as OrganizationProfile$1, OrganizationList as OrganizationList$1, UserProfile as UserProfile$1 } from '@clerk/clerk-react'; import { SignInProps, SignUpProps } from '@clerk/types'; declare const UserProfile: typeof UserProfile$1; declare const OrganizationProfile: typeof OrganizationProfile$1; declare const OrganizationList: typeof OrganizationList$1; declare const SignIn: (props: SignInProps) => react_jsx_runtime.JSX.Element; declare const SignUp: (props: SignUpProps) => react_jsx_runtime.JSX.Element; export { OrganizationList, OrganizationProfile, SignIn, SignUp, UserProfile };