import { type DataTableProps } from './'; declare const Table: import("svelte").Component; type Table = ReturnType; export default Table;