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