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 WithData: Story; export declare const WithNoData: Story; export declare const WithStickyHeader: Story; export declare const WithLotsOfRowsAndColumns: Story; export declare const WithLoading: Story; export declare const WithCustomColumnWidths: () => import("react/jsx-runtime").JSX.Element; export declare const WithACustomCellComponent: () => import("react/jsx-runtime").JSX.Element; export declare const WithCellAlignment: () => import("react/jsx-runtime").JSX.Element; export declare const WithACellFormatter: () => import("react/jsx-runtime").JSX.Element; export declare const WithACustomColumnLabelComponent: () => import("react/jsx-runtime").JSX.Element; export declare const WithMetadata: () => import("react/jsx-runtime").JSX.Element; export declare const WithFullWidthSection: () => import("react/jsx-runtime").JSX.Element; export declare const WithAFooter: Story; export declare const WithRowBorder: Story; export declare const WithVerticalAlignment: Story;