import type { ComponentMeta } from "@storybook/react"; import { Wrapper } from "./wrapper"; declare const Story: ComponentMeta; export default Story;