import type { NodeData } from '../../graph/types'; export declare const getTable: (data: NodeData[]) => { dataSource: { key: string; id: string; label: string | undefined; }[]; columns: any[]; };