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