import type { TableProps } from '../../index.js';
declare const Table: import("svelte").Component<TableProps<any>, {}, "selected">;
type Table = ReturnType<typeof Table>;
export default Table;
