import type { Meta, StoryObj } from '@storybook/react';
import { Table } from '../../src';
import { CursorTemplate, PaginatedTemplate, PageSizeTemplate } from './PaginatedTemplates';
declare const meta: Meta<typeof Table>;
export default meta;
export declare const Numbered: StoryObj<typeof PaginatedTemplate>;
export declare const PageSize: StoryObj<typeof PageSizeTemplate>;
export declare const Cursor: StoryObj<typeof CursorTemplate>;
export declare const CursorMidPage: StoryObj<typeof CursorTemplate>;
