import React from 'react'; import { InternalProps, OutgoingNodeData } from '../../types'; declare type OutgoingProps = OutgoingNodeData & InternalProps; export declare const Outgoing: React.FunctionComponent; export {}; //# sourceMappingURL=Outgoing.d.ts.map