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