import React from "react"; import type { StoryObj } from "@storybook/react"; import { FormControl } from "./FormControl"; declare const _default: import("@storybook/csf").ComponentAnnotations>; export default _default; type Story = StoryObj; export declare const FormControlStory: Story;