import { ReactElement } from 'react'; import { Config } from './config'; import { NodeProps } from '../../spec'; export declare const Symbol: ({ nodeKey, onConfigChange, selected, config: { label, source, orientation, stalenessTimeout, stalenessColor, color, ...rest }, }: NodeProps) => ReactElement; //# sourceMappingURL=Symbol.d.ts.map