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