import { Meta, StoryObj } from '@storybook/react';
import { Table } from '../../src';
import './custom-style.css';
declare const meta: Meta<typeof Table>;
export default meta;
export declare const Sort: StoryObj<typeof Table>;
export declare const ColorSort: StoryObj<typeof Table>;
