import * as _heroui_system from '@heroui/system';
import { UseAvatarProps } from './use-avatar.js';
import 'tailwind-variants';
import 'react';
import '@heroui/theme';
import '@heroui/react-utils';

interface AvatarProps extends UseAvatarProps {
}
declare const Avatar: _heroui_system.InternalForwardRefRenderFunction<"span", AvatarProps, never>;

export { type AvatarProps, Avatar as default };
