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