import type { StoryObj } from "@storybook/react"; declare const _default: { title: string; }; export default _default; export declare const BasicTable: StoryObj; export declare const HoverTable: StoryObj; export declare const EmptyTableWithBody: StoryObj; export declare const EmptyTableWithoutBody: StoryObj;