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