import '@oicl/openbridge-webcomponents/dist/automation/automation-tank/automation-tank.js'; import { LineMedium } from '@oicl/openbridge-webcomponents/dist/automation/index.js'; import { TankTrend, TankVariant } from '@oicl/openbridge-webcomponents/dist/automation/automation-tank/automation-tank.js'; export interface Props { medium?: LineMedium; value?: number; max?: number; trend?: TankTrend; variant?: TankVariant; tag?: string; } export type { LineMedium } from '@oicl/openbridge-webcomponents/dist/automation/index.js'; export type { TankTrend, TankVariant } from '@oicl/openbridge-webcomponents/dist/automation/automation-tank/automation-tank.js'; declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;