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