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