import { Meta, StoryObj } from '@storybook/react-vite'; import { default as Label } from './Label'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Primary: Story; export declare const WithInput: Story;