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