import { Meta, StoryObj } from '@storybook/react'; import LabelCard from './LabelCard'; declare const meta: Meta; type Story = StoryObj; export declare const Default: Story; export declare const Primary: Story; export declare const Success: Story; export declare const Warning: Story; export declare const Controlled: Story; export default meta;