import { Socket, IO } from 'rete'; import { SocketType } from '../types'; import * as i0 from "@angular/core"; export declare class SocketComponent { socket: Socket; io: IO; get type(): SocketType; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }