import '@oicl/openbridge-webcomponents/dist/navigation-instruments/heave/heave.js'; import { LinearAdvice } from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js'; import { VesselImage } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/watch.js'; import { Priority } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js'; export interface Props { heave?: number; gainScale?: number; minTrendHeave?: number; maxTrendHeave?: number; draftOffset?: number; advice?: LinearAdvice[]; instrumentRange?: number; vesselImage?: VesselImage; priority?: Priority; } export type { LinearAdvice } from '@oicl/openbridge-webcomponents/dist/building-blocks/instrument-linear/advice.js'; export type { VesselImage } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/watch.js'; export type { Priority } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js'; declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;