import type { StoryObj } from "@storybook/react"; import { AttachmentChip } from "../components"; declare const meta: { title: string; component: typeof AttachmentChip; parameters: { layout: string; }; tags: string[]; }; export default meta; type Story = StoryObj; export declare const Document: Story; export declare const Image: Story; export declare const Text: Story; export declare const LongLabel: Story; export declare const WithDoubleIcon: Story; export declare const WithDoubleIconAndLink: Story; export declare const WithChipColor: Story; //# sourceMappingURL=AttachmentChip.stories.d.ts.map