import '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass/compass.js'; import { AngleAdvice } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/advice.js'; import { VesselImage, RotType, RotPosition } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/watch.js'; import { CompassDirection, CompassPriorityElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass/compass.js'; import { InstrumentState, Priority } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js'; export interface Props { heading?: number; courseOverGround?: number; headingSetpoint?: number | null; newHeadingSetpoint?: number | undefined; atHeadingSetpoint?: boolean; headingSetpointAtZeroDeadband?: number; headingSetpointOverride?: boolean; autoAtHeadingSetpoint?: boolean; autoAtHeadingSetpointDeadband?: number; animateSetpoint?: boolean; touching?: boolean; headingAdvices?: AngleAdvice[]; windSpeed?: number | null; windFromDirection?: number | null; currentSpeed?: number | null; currentFromDirection?: number | null; vesselImage?: VesselImage; rotationsPerMinute?: number; rotType?: RotType; rotPosition?: RotPosition; rotMaxValue?: number; rotArcExtent?: number; rotPortStarboard?: boolean; rotAtZeroDeadband?: number; direction?: CompassDirection; state?: InstrumentState; priority?: Priority; priorityElements?: CompassPriorityElement[]; showLabels?: boolean; tickmarksInside?: boolean; } export type { AngleAdvice } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/advice.js'; export type { VesselImage, RotType, RotPosition } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/watch.js'; export type { CompassDirection, CompassPriorityElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass/compass.js'; export type { InstrumentState, 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;