import type { Meta, StoryObj } from "@storybook/react"; import { ComplexForm } from "./ComplexForm"; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Main: Story;