import { type NodeId, type NodeInputDefinition, type NodeOutputDefinition, type PortId } from '@ironclad/rivet-core'; import { type CSSProperties } from 'react'; export declare const PortInfo: import("react").ForwardRefExoticComponent<{ port: { nodeId: NodeId; isInput: boolean; portId: PortId; definition: NodeInputDefinition | NodeOutputDefinition; }; floatingStyles: CSSProperties; } & import("react").RefAttributes>; //# sourceMappingURL=PortInfo.d.ts.map