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