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