import type { StoryObj } from "@storybook/react"; import { Icon } from "../index_with_tw_base"; declare const meta: { title: string; component: typeof Icon; tags: string[]; }; export default meta; type Story = StoryObj; export declare const IconSM: Story; export declare const IconXS: Story; export declare const IconMD: Story; export declare const IconLG: Story; //# sourceMappingURL=Icon.stories.d.ts.map