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