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