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