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