import { Edge } from 'reactflow';
import { CompositionType } from '../types';
export declare const nodeWidth = 172;
export declare const nodeHeight = 36;
export declare const position: {
    x: number;
    y: number;
    zoom: number;
};
export declare const initialEdges: [Edge];
export declare const compositionEdgeColors: Record<CompositionType, string>;
