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