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