import { TableProps } from './Table'; declare const _default: import("@storybook/csf").ComponentAnnotations({ data, columns, hasStripes, hasShadow, hasBorder, range, }: TableProps) => JSX.Element>; export default _default; export declare const Default: import("@storybook/csf").AnnotatedStoryFn>; export declare const WithStripes: import("@storybook/csf").AnnotatedStoryFn>; export declare const WithShadow: import("@storybook/csf").AnnotatedStoryFn>; export declare const WithBorder: import("@storybook/csf").AnnotatedStoryFn>; export declare const ShadowAndBorder: import("@storybook/csf").AnnotatedStoryFn>; export declare const WithRangeOne: import("@storybook/csf").AnnotatedStoryFn>; export declare const WithRangeTwo: import("@storybook/csf").AnnotatedStoryFn>;