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