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