import * as React from 'react';
import type { BadgeProps, IconBadgeProps } from './Badge';
declare const _default: {
    tags: string[];
    title: string;
    argTypes: {
        fill: {
            description: string;
            options: unknown[];
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        classNames: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
        text: {
            type: {
                required: boolean;
            };
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        iconName: {
            description: string;
            type: {
                required: boolean;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
        iconSize: {
            description: string;
            options: unknown[];
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        ariaLabel: {
            control: {
                type: string;
            };
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        iconType: {
            description: string;
            options: string[];
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
    };
    parameters: {
        docs: {
            subtitle: string;
            description: {
                component: string;
            };
        };
        storySource: {
            componentPath: string;
        };
    };
};
export default _default;
export declare const _Badge: {
    (args: BadgeProps): React.JSX.Element;
    args: {
        text: string;
    };
};
export declare const _IconBadge: {
    (args: IconBadgeProps): React.JSX.Element;
    args: {
        iconName: string;
        fill: string;
    };
};
//# sourceMappingURL=Badge.stories.d.ts.map