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