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