import { SerializedStyles } from '@emotion/react'; import React from 'react'; import { RefObject } from 'react'; import { ModelType } from '../../model/editormodel'; export declare const DatacubeShape: React.FC<{ color?: string; }>; export declare const StartShape: React.FC<{ color?: string; }>; export declare const EndShape: React.FC<{ color?: string; }>; export declare const TimerShape: React.FC<{ color?: string; }>; export declare const EgateShape: React.FC<{ color?: string; }>; export declare const SignalCatchShape: React.FC<{ color?: string; }>; interface Props { content: string; pid: string; styleClass?: SerializedStyles; setMapping?: (fromid: string, toid: string) => void; uiref?: RefObject; } export declare const ProcessBox: Record>; export {}; //# sourceMappingURL=shapes.d.ts.map