import '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch-flat/watch-flat.js'; import { Tickmark } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch-flat/tickmark-flat.js'; import { Label } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-flat/compass-flat.js'; import { SVGTemplateResult } from 'lit'; import { RotType, LinearRotPosition } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/rate-of-turn/rot-renderer.js'; import { Priority } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js'; export interface Props { width?: number; height?: number; padding?: number; rotation?: number; tickmarkSpacing?: number; angleSetpoint?: number | undefined; tickmarks?: Tickmark[]; labels?: Label[]; FOVIndicator?: SVGTemplateResult[]; trackHeight?: number; ticksHeight?: number; borderRadius?: number; bottomBar?: boolean; rotType?: RotType | undefined; rotPosition?: LinearRotPosition; rotStartX?: number; rotEndX?: number; rotDotSpacing?: number; rotPriority?: Priority; rotPortStarboard?: boolean; rotAtZeroDeadband?: number; } export type { Tickmark } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch-flat/tickmark-flat.js'; export type { Label } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-flat/compass-flat.js'; export type { SVGTemplateResult } from 'lit'; export type { RotType, LinearRotPosition } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/rate-of-turn/rot-renderer.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;