import React from "react"; declare const _default: { title: string; component: React.ForwardRefExoticComponent<{ size?: import("./Avatar.types").AvatarSize | undefined; svgIconName?: string | undefined; image?: string | undefined; firstLetter?: string | undefined; className?: string | undefined; label: string; tooltipPlacement?: import("..").TooltipPlacement | undefined; isTooltipEnabled?: boolean | undefined; } & React.HTMLAttributes & React.RefAttributes>; }; export default _default; export declare const AvatarStory: import("@storybook/csf").StoryAnnotations; export declare const AvatarInitialStory: import("@storybook/csf").StoryAnnotations; export declare const AvatarFallbackInitial: import("@storybook/csf").StoryAnnotations; export declare const AvatarSmallStory: import("@storybook/csf").StoryAnnotations; export declare const AvatarMediumStory: import("@storybook/csf").StoryAnnotations;