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