import { ReactElement } from 'react'; import { Config } from './config'; import { NodeProps } from '../../spec'; export declare const Symbol: ({ nodeKey, onConfigChange, selected, config: { label, orientation, control, color, sink, options, size, disabled, inlineSize, }, }: NodeProps) => ReactElement; //# sourceMappingURL=Symbol.d.ts.map