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