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