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