import { Table } from "./Table.js";
import type { Meta, StoryObj } from "@storybook/react";
declare const meta: Meta<typeof Table>;
export default meta;
type Story = StoryObj<typeof Table>;
export declare const Default: Story;
//# sourceMappingURL=Table.stories.d.ts.map