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