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