import { default as React } from 'react';
import { StoryObj } from '@storybook/react';
import { Avatar } from './Avatar';
declare const _default: {
    title: string;
    component: React.FC<import('./Avatar').AvatarProps> & import('./Avatar').AvatarRef;
};
export default _default;
export declare const Simple: StoryObj<typeof Avatar>;
export declare const Outline: StoryObj<typeof Avatar>;
export declare const RoundedWithImage: StoryObj<typeof Avatar>;
export declare const LargeRounded: StoryObj<typeof Avatar>;
export declare const MultipleAvatars: StoryObj<typeof Avatar>;
