import { FunctionComponent } from 'react'; import { FlowchartFunctionCall } from './flowchart-function-call'; export declare const FlowchartFunctionCallComponent: FunctionComponent; export interface Props { element: FlowchartFunctionCall; scale: number; fillColor?: string; }