/// import type { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; parameters: { description: string; radix: string; shadcn: string; }; render: (args: Omit, "ref"> & import("react").RefAttributes) => JSX.Element; }; export default meta; type Story = StoryObj; export declare const LabelDemo: Story;