import type { StoryObj } from "@storybook/react"; import { Table } from "./Table"; import type { ColumnType } from "rc-table/lib/interface"; declare const _default: import("@storybook/csf").ComponentAnnotations>; export default _default; type Story = StoryObj; export declare const TableStory: Story; interface RecordType { [key: string]: unknown; } type ColumnStory = StoryObj>; export declare const TableColumnStory: ColumnStory;