import { Story as GenericStory } from "@storybook/react"; import { IItemExample } from "./__mocks__"; import { ITableProps } from "./types"; declare const commonArgs: ITableProps; declare const _default: import("@storybook/types").ComponentAnnotations>; export default _default; type Story = GenericStory; export declare const Basic: import("@storybook/types").AnnotatedStoryFn>; export declare const InsetVariant: import("@storybook/types").AnnotatedStoryFn>; export declare const WithFacets: import("@storybook/types").AnnotatedStoryFn>; export declare const WithFacetsAndActions: import("@storybook/types").AnnotatedStoryFn>; export declare const WithLink: import("@storybook/types").AnnotatedStoryFn>; export declare const EmptyState: import("@storybook/types").AnnotatedStoryFn>; export declare const CustomStringAsEmptyState: import("@storybook/types").AnnotatedStoryFn>; export declare const WithLoader: import("@storybook/types").AnnotatedStoryFn>; export declare const WithPagination: import("@storybook/types").AnnotatedStoryFn>; export declare const WithCustomRowHeight: import("@storybook/types").AnnotatedStoryFn>; export declare const WithCustomTableHeight: import("@storybook/types").AnnotatedStoryFn>; export declare const WithCustomTableMaxHeightOverflow: import("@storybook/types").AnnotatedStoryFn>; export declare const WithCustomTableMaxHeightNoOverflow: import("@storybook/types").AnnotatedStoryFn>; export declare const WithHeader: import("@storybook/types").AnnotatedStoryFn>; export declare const InsideBlock: Story; export declare const Collapsible: import("@storybook/types").AnnotatedStoryFn>; export declare const WithoutTableHead: import("@storybook/types").AnnotatedStoryFn>; export declare const WithColumnDefinitions: import("@storybook/types").AnnotatedStoryFn>; export declare const WithActions: import("@storybook/types").AnnotatedStoryFn>; export declare const WithSelect: Story; export declare const WithSorting: Story; export declare const WithBulkActions: Story;