import type { TableBodyProps } from './'; /** * [Go to docs](https://flowbite-svelte.com/docs/plugins/datatables) * ## Type * [TableBodyProps](https://github.com/shinokada/flowbite-svelte-plugins/blob/main/src/lib/types.ts#L60) * ## Props * @prop children * @prop bodyItems * @prop class: className * @prop ...restProps */ declare const TableBody: import("svelte").Component; type TableBody = ReturnType; export default TableBody;