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