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