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