import { StoryObj } from '@storybook/react'; import { BadgeProps } from '.'; export declare const Primary: StoryObj; export declare const Variations: StoryObj; export declare const WithTableRows: StoryObj; declare const _default: { component: ({ label, showDot, type }: BadgeProps) => JSX.Element; title: string; parameters: { componentSubtitle: string; docs: { fds: { related: string[]; }; subtitle: string; description: { component: string; }; }; }; }; export default _default;