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