/** * CAN bus ECU node primitive. */ import type { App } from '../../App'; import type { Group } from '../../shapes/Group'; export declare function createCanEcuNode(app: App, label: string, address: string | undefined, color: string, strokeWidth?: number): Group;