import { FunctionComponent } from 'react'; import { FlowchartDecision } from './flowchart-decision'; export declare const FlowchartDecisionComponent: FunctionComponent; export interface Props { element: FlowchartDecision; scale: number; fillColor?: string; }