import { WellProps } from './Well.vue'; import { StoryObj } from '@storybook/vue3'; import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; import { WellType, Weight } from '../..'; declare const meta: { title: string; component: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, { type: WellType; color: string; weight: Weight; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly & Readonly<{}>, {}, {}, {}, {}, { type: WellType; color: string; weight: Weight; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, { type: WellType; color: string; weight: Weight; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: { default?(_: {}): any; }; }); tags: string[]; argTypes: { type: { options: string[]; control: "radio"; }; color: { options: string[]; control: "select"; }; }; parameters: { docs: { description: { component: string; }; }; }; }; export default meta; export declare const SimpleWell: StoryObj; export declare const WellWithImg: StoryObj; //# sourceMappingURL=Well.stories.d.ts.map