import type { Meta, StoryObj } from "@storybook/react"; import { Label } from "./Label"; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Primary: Story; //# sourceMappingURL=Label.stories.d.ts.map