declare const _default: import('@storybook/types').ComponentAnnotations<import("@storybook/react/dist/types-bf5e6555").R, import("@storybook/types").Args>;
export default _default;
export declare const Simple: any;
export declare const Outline: any;
export declare const RoundedWithImage: any;
export declare const LargeRounded: any;
export declare const MultipleAvatars: {
    (args: any): import("react/jsx-runtime").JSX.Element;
    args: {
        size: number;
        rounded: boolean;
    };
};
