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