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