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