import { StoryObj } from '@storybook/vue3'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { Renderer, PartialStoryFn } from '@storybook/csf'; declare const meta: { title: string; component: DefineComponent<{ text: string; label: string; copiedLabel: string; hideLabel?: boolean; }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{ text: string; label: string; copiedLabel: string; hideLabel?: boolean; }> & Readonly<{}>, { hideLabel: boolean; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; tags: string[]; parameters: { actions: { handles: string[]; }; docs: { description: { component: string; }; }; }; decorators: ((storyFn: PartialStoryFn) => T["storyResult"])[]; }; export default meta; export declare const Primary: StoryObj; export declare const HideLabel: StoryObj; //# sourceMappingURL=CopyButton.stories.d.ts.map