import '@oicl/openbridge-webcomponents/dist/automation/automation-readout/automation-readout.js'; import { AutomationReadoutPosition } from '@oicl/openbridge-webcomponents/dist/automation/automation-readout/automation-readout.js'; import { LineType } from '@oicl/openbridge-webcomponents/dist/automation/index.js'; export interface Props { value?: number; unit?: string; numberOfDigits?: number; position?: AutomationReadoutPosition; lineType?: LineType | undefined; } export type { AutomationReadoutPosition } from '@oicl/openbridge-webcomponents/dist/automation/automation-readout/automation-readout.js'; export type { 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;