import { ReactElement } from 'react'; import { Config } from './config'; import { NodeProps } from '../../spec'; export declare const Symbol: ({ nodeKey, position, onConfigChange, selected, config: { label, level, textColor, color, telem: t, units, inlineSize, notation, stalenessColor, stalenessTimeout, redline, }, }: NodeProps) => ReactElement; //# sourceMappingURL=Symbol.d.ts.map