import type { StoryObj } from "@storybook/react"; import React from "react"; declare const meta: { title: string; component: React.ForwardRefExoticComponent>; parameters: { layout: string; }; tags: string[]; }; export default meta; type Story = StoryObj & { render?: () => React.JSX.Element; }; export declare const WithBadge: Story; export declare const WithCounterBadge: Story; export declare const WithPresenceBadge: Story; export declare const WithAvatar: Story; //# sourceMappingURL=BadgeWrapper.stories.d.ts.map