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