import * as React from 'react';
import type { AvatarGroupProps } from './';
declare const _default: {
    tags: string[];
    title: string;
    argTypes: {
        size: {
            description: string;
            control: {
                type: string;
            };
            options: unknown[];
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        maxTooltipLines: {
            description: string;
            control: {
                type: string;
                min: number;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: number;
                };
            };
        };
        maxAvatars: {
            description: string;
            control: {
                type: string;
                min: number;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: number;
                };
            };
        };
        borderColor: {
            description: string;
            control: {
                type: string;
            };
            table: {
                defaultValue: {
                    summary: string;
                };
            };
        };
        tooltipElevation: {
            description: string;
            control: {
                type: string;
            };
            options: unknown[];
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
    };
    parameters: {
        docs: {
            subtitle: string;
            description: {
                component: string;
            };
        };
        storySource: {
            componentPath: string;
        };
    };
};
export default _default;
export declare const _AvatarGroup: {
    (args: AvatarGroupProps): React.JSX.Element;
    args: {
        size: string;
        maxTooltipLines: number;
        maxAvatars: number;
        borderColor: string;
    };
};
//# sourceMappingURL=AvatarGroup.stories.d.ts.map