import type { Meta, StoryObj } from "@storybook/react";
import { DownloadIcon as Download } from "./download";
declare const meta: Meta<typeof Download>;
export default meta;
type Story = StoryObj<typeof meta>;
export declare const Default: Story;
