import { FunctionComponent } from 'react'; import { UMLInterfaceProvided } from './uml-interface-provided'; export declare const UMLInterfaceProvidedComponent: FunctionComponent; interface Props { element: UMLInterfaceProvided; } export {};