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