export { CLASSNAMES, CSS_VARIABLES, GLOBAL_KEY, DEFAULT_AUTH_BASE_PATH, ROOT_ATTR } from './constants'; export type { RenderOptions, InitOptions, AuthConfig, AuthConfigResponse, ProviderEmailPassword, ProviderGoogle, EmailPasswordConfig, NormalizedAuthConfig, OAuthProviderDescriptor, RedirectOptions, OAuthRedirectOptions, } from './types/config'; export type { BetterAuthClientInstance } from './types/better-auth-client'; export { AuthError } from './types/errors'; export type { ExtendedLabels } from './ui/core/types'; export { defaultExtendedLabels } from './ui/extendedLabels';