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