import type { PropsFor } from "../../types.js"; export type TableHeaderProps = PropsFor<"thead">; declare const TableHeader: import("react").ForwardRefExoticComponent>; export default TableHeader;