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