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