import * as _nextui_org_system from '@nextui-org/system'; import { UseUserProps } from './use-user.js'; import 'react'; import 'tailwind-variants'; import '@nextui-org/theme'; import '@nextui-org/avatar'; import '@nextui-org/react-utils'; interface UserProps extends UseUserProps { } declare const User: _nextui_org_system.InternalForwardRefRenderFunction<"div", UserProps, never>; export { UserProps, User as default };