import * as React from 'react';
import type { AvatarProps } from './';
declare const _default: {
    tags: string[];
    title: string;
    argTypes: {
        status: {
            options: unknown[];
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
        statusBorderColorToken: {
            description: string;
            options: unknown[];
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        imageSrc: {
            description: string;
        };
        text: {
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        size: {
            description: string;
            control: {
                type: string;
            };
            options: unknown[];
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        color: {
            options: unknown[];
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        iconName: {
            name: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        iconType: {
            description: string;
            options: string[];
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        ring: {
            description: string;
            options: boolean[];
            control: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: boolean;
                };
            };
        };
        classNames: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
    };
    parameters: {
        docs: {
            subtitle: string;
            description: {
                component: string;
            };
        };
        storySource: {
            componentPath: string;
        };
    };
};
export default _default;
export declare const _Avatar: {
    (args: AvatarProps): React.JSX.Element;
    args: {
        imageSrc: string;
        size: "medium";
        text: string;
        iconName: string;
        ring: boolean;
        color: string;
        iconType: string;
    };
};
//# sourceMappingURL=Avatar.stories.d.ts.map