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