import type { Components, JSX } from "../types/components"; interface SignetTableHead extends Components.SignetTableHead, HTMLElement {} export const SignetTableHead: { prototype: SignetTableHead; new (): SignetTableHead; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;