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