import { Meta, StoryFn } from "@storybook/react"; import GearIcon from "./GearIcon"; declare const meta: Meta; export default meta; export declare const Playground: StoryFn; //# sourceMappingURL=GearIcon.stories.d.ts.map