import './Avatar.constants.js';
import * as react_jsx_runtime from 'react/jsx-runtime';
import { AvatarProps } from './Avatar.types.js';
import '../Typography/Typography.constants.js';
import 'react';

declare const Avatar: {
    ({ children, disabled, imageUrl, name, size, ...props }: AvatarProps): react_jsx_runtime.JSX.Element;
    displayName: string;
};

export { Avatar, Avatar as default };
