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