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