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