import type { Meta, StoryObj } from '@storybook/react'; import Label from './Label'; declare const meta: Meta; type Story = StoryObj; export declare const PrimaryLabel: Story; export declare const SuccessLabel: Story; export declare const MediumLabel: Story; export declare const LargeLabel: Story; export declare const RequiredLabel: Story; export default meta;