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