import { type Meta, type StoryObj } from "@storybook/react"; import { MRT_FieldLabel } from "./MRT_FieldLabel"; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Basic: Story; export declare const WithError: () => import("react/jsx-runtime").JSX.Element;