import type { _ModuleSupport } from 'ag-charts-community';
export declare function readDatum(nodeDatum: _ModuleSupport.HighlightNodeDatum | undefined): null | Partial<{
    [key: string]: unknown;
}>;
