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