import type { HTMLThAttributes } from "svelte/elements";
declare const TableHead: import("svelte").Component<WithElementRef<HTMLThAttributes>, {}, "ref">;
type TableHead = ReturnType<typeof TableHead>;
export default TableHead;
