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