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