import { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: { (props: import('../../..').BadgeProps): import("react/jsx-runtime").JSX.Element | null; displayName: string; }; tags: string[]; parameters: { docs: { description: { component: string; }; }; }; argTypes: { appearance: { description: string; control: { type: "object"; }; table: { category: string; }; }; glyph: { description: string; control: { type: "object"; }; table: { category: string; }; }; text: { description: string; control: { type: "object"; }; table: { category: string; }; }; state: { description: string; control: { type: "object"; }; table: { category: string; }; }; label: { description: string; control: { type: "text"; }; table: { category: string; }; }; color: { description: string; control: { type: "select"; }; options: string[]; table: { category: string; defaultValue: { summary: string; }; }; }; theme: { description: string; control: { type: "inline-radio"; }; options: string[]; table: { category: string; defaultValue: { summary: string; }; }; }; size: { description: string; control: { type: "select"; }; options: string[]; table: { category: string; defaultValue: { summary: string; }; }; }; stroke: { description: string; control: { type: "boolean"; }; table: { category: string; defaultValue: { summary: string; }; }; }; disabled: { description: string; control: { type: "boolean"; }; table: { category: string; defaultValue: { summary: string; }; }; }; hover: { description: string; control: { type: "boolean"; }; table: { category: string; defaultValue: { summary: string; }; }; }; loading: { description: string; control: { type: "boolean"; }; table: { category: string; defaultValue: { summary: string; }; }; }; customColor: { description: string; table: { category: string; }; control: { type: "text"; }; }; truncateLabel: { description: string; table: { category: string; }; control: { type: "boolean"; }; }; truncateTooltip: { description: string; table: { category: string; }; control: { type: "boolean"; }; }; icon: { description: string; control: false; table: { category: string; }; }; iconSlot: { description: string; control: false; table: { category: string; }; }; }; }; export default meta; type Story = StoryObj; /** Uso básico documentado en Docs (Source automático). */ export declare const Default: Story; export declare const Dot: Story; export declare const Num: Story; export declare const Sizes: Story; export declare const WithIcons: Story; export declare const IconOnly: Story; export declare const CustomColor: Story; //# sourceMappingURL=badge.stories.d.ts.map