import ExampleForm from './ExampleForm.vue'; import type { StoryObj } from '@storybook/vue3'; declare const meta: { title: string; component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}, {}>; }; export default meta; type Story = StoryObj; export declare const Default: Story;