import { Meta, StoryObj } from '@storybook/react';
import { Icon } from './index.tsx';
declare const meta: Meta<typeof Icon>;
export default meta;
export declare const Default: StoryObj<typeof Icon>;
export declare const Large: StoryObj<typeof Icon>;
export declare const IconGallery: StoryObj;
