import type { StoryObj } from "@storybook/react-vite"; import { Table } from ".."; declare const _default: { title: string; component: typeof Table; }; export default _default; type Story = StoryObj; export declare const WithPagination: Story; export declare const WithEverything: Story; export declare const WithOnHoverActions: Story;