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