import type { Meta, StoryObj } from '@storybook/react';
import { IconBadge } from './IconBadge';
declare const meta: Meta<typeof IconBadge>;
export default meta;
declare type Story = StoryObj<typeof IconBadge>;
export declare const WithIcon: Story;
export declare const WithCustomIcon: Story;
export declare const WithoutText: Story;
export declare const WithoutIcon: Story;
