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