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