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