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