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