import type { HTMLTableAttributes } from 'svelte/elements';
declare const Table: import("svelte").Component<HTMLTableAttributes, {}, "">;
type Table = ReturnType<typeof Table>;
export default Table;
