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