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