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