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