import type { Meta, StoryObj } from '@storybook/react';
import { Logo } from './Logo';
declare const meta: Meta<typeof Logo>;
export default meta;
declare type Story = StoryObj<typeof Logo>;
export declare const Decentraland: Story;
