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