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