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