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