import type { StoryObj } from "@storybook/react";
declare const meta: {
    title: string;
    component: import("react").ForwardRefExoticComponent<import("./Avatar").AvatarProps & import("react").RefAttributes<HTMLDivElement>>;
    parameters: {
        layout: string;
    };
    tags: string[];
    argTypes: {
        color: {
            control: "select";
            options: string[];
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        appearance: {
            control: "select";
            options: string[];
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        size: {
            control: "select";
            options: string[];
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        showStatus: {
            control: "boolean";
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        statusColor: {
            control: "select";
            options: string[];
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        src: {
            control: "text";
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        alt: {
            control: "text";
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        label: {
            control: "text";
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        trailingComponent: {
            control: false;
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
    };
};
export default meta;
type Story = StoryObj<typeof meta>;
export declare const Default: Story;
export declare const WithLabelAndWarning: Story;
export declare const ColorVariations: Story;
export declare const InverseColorVariations: Story;
export declare const Sizes: Story;
export declare const WithStatus: Story;
export declare const WithImage: Story;
export declare const WithImageAndStatus: Story;
export declare const InitialsSizes: Story;
export declare const AvatarGroup: Story;
export declare const StatusSizes: Story;
export declare const ImageFallback: Story;
export declare const SingleCharacter: Story;
export declare const TwoCharacters: Story;
export declare const WithLabel: Story;
export declare const WithLabelAndTrailingIcon: Story;
export declare const WithImageLabelAndIcon: Story;
export declare const FullFeatured: Story;
export declare const SizesWithLabel: Story;
//# sourceMappingURL=Avatar.stories.d.ts.map