import type { StoryObj } from "@storybook/react"; declare const meta: { title: string; tags: string[]; }; export default meta; type Story = StoryObj; export declare const DustLogos: Story; //# sourceMappingURL=Logo.stories.d.ts.map