import type { HTMLElementProps } from '../types.js';
declare const Thead: import("svelte").Component<HTMLElementProps, {}, "">;
type Thead = ReturnType<typeof Thead>;
export default Thead;
