import { StoryObj } from '@storybook/vue3'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const meta: { title: string; component: DefineComponent<{ type: "author" | "dataset" | "news" | "organization" | "reuse"; src?: string | null; alt?: string; size: number; }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{ type: "author" | "dataset" | "news" | "organization" | "reuse"; src?: string | null; alt?: string; size: number; }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; tags: string[]; parameters: { docs: { description: { component: string; }; }; }; }; export default meta; export declare const PlaceholderWithDataset: StoryObj; export declare const PlaceholderWithOrganization: StoryObj; export declare const PlaceholderWithLogo: StoryObj; //# sourceMappingURL=Placeholder.stories.d.ts.map