import { Meta, StoryObj } from '@storybook/react';
import { Table } from '../../src';
declare const meta: Meta<typeof Table>;
export default meta;
export declare const StickyColumns: StoryObj<typeof Table>;
export declare const RtlStickyColumns: StoryObj<typeof Table>;
