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