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