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