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