import type { StoryObj } from "@storybook/react-vite";
import { FormItem } from "./FormItem";
type ThisStory = StoryObj<typeof FormItem>;
declare const _default: {
    title: string;
    component: typeof FormItem;
    parameters: {
        componentSubtitle: string;
    };
};
export default _default;
export declare const Variants: ThisStory;
export declare const Tests: ThisStory;
//# sourceMappingURL=FormItem.stories.d.ts.map