import '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-flat/compass-flat.js'; import { Priority } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js'; import { CompassFlatPriorityElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-flat/compass-flat.js'; import { RotType } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/rate-of-turn/rot-renderer.js'; export interface Props { FOVIndicator?: boolean; heading?: number; courseOverGround?: number; tickInterval?: number; FOV?: number; minFOV?: number; maxFOV?: number; priority?: Priority; priorityElements?: CompassFlatPriorityElement[]; rotType?: RotType | undefined; rotationsPerMinute?: number; rotMaxValue?: number; rotArcExtent?: number; rotPortStarboard?: boolean; rotAtZeroDeadband?: number; } export type { Priority } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js'; export type { CompassFlatPriorityElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-flat/compass-flat.js'; export type { RotType } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/rate-of-turn/rot-renderer.js'; declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;