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