import '@oicl/openbridge-webcomponents/dist/navigation-instruments/speed-arrows/speed-arrows.js'; import { Direction, ActiveColor } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/speed-arrows/speed-arrows.js'; export interface Props { speedKnots?: number; readout?: boolean; maxDigits?: number; fractionDigits?: number; nActiveArrows?: number; direction?: Direction; activeColor?: ActiveColor; tintedArrows?: boolean; } export type { Direction, ActiveColor } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/speed-arrows/speed-arrows.js'; declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;