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