import { Meta, StoryObj } from '@storybook/react';
import { Label } from './Label';
declare const meta: Meta<typeof Label>;
export default meta;
type Story = StoryObj<typeof Label>;
export declare const Default: Story;
