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