import type { TableHeadCellProps } from "../types"; /** * [Go to docs](https://flowbite-svelte.com/) * ## Type * [TableHeadCellProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1823) * ## Props * @prop children * @prop class: className * @prop ...restProps */ declare const TableHeadCell: import("svelte").Component, {}, "">; type TableHeadCell = ReturnType; export default TableHeadCell;