import type { Snippet } from 'svelte';
interface Props {
    children?: Snippet;
}
declare const TableBody: import("svelte").Component<Props, {}, "">;
type TableBody = ReturnType<typeof TableBody>;
export default TableBody;
