import { FunctionComponent } from 'react'; import { FlowchartInputOutput } from './flowchart-input-output'; export declare const FlowchartInputOutputComponent: FunctionComponent; export interface Props { element: FlowchartInputOutput; scale: number; fillColor?: string; }