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