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