import '@oicl/openbridge-webcomponents/dist/navigation-instruments/heading/heading.js'; import { AngleAdvice } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/advice.js'; import { CompassDirection, HeadingPriorityElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/heading/heading.js'; import { 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[]; direction?: CompassDirection; priority?: Priority; priorityElements?: HeadingPriorityElement[]; showLabels?: boolean; tickmarksInside?: boolean; } export type { AngleAdvice } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/advice.js'; export type { CompassDirection, HeadingPriorityElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/heading/heading.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;