import '@oicl/openbridge-webcomponents/dist/automation/three-way-line/three-way-line.js'; import { LineMedium, LineType } from '@oicl/openbridge-webcomponents/dist/automation/index.js'; import { ThreeWayLineDirection } from '@oicl/openbridge-webcomponents/dist/automation/three-way-line/three-way-line.js'; export interface Props { medium?: LineMedium; direction?: ThreeWayLineDirection; lineType?: LineType; } export type { LineMedium, LineType } from '@oicl/openbridge-webcomponents/dist/automation/index.js'; export type { ThreeWayLineDirection } from '@oicl/openbridge-webcomponents/dist/automation/three-way-line/three-way-line.js'; declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;