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