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