import '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-indicator/compass-indicator.js'; import { CompassIndicatorArrow } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-indicator/compass-indicator.js'; export interface Props { angle?: number; arrow?: CompassIndicatorArrow; northUp?: boolean; } export type { CompassIndicatorArrow } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-indicator/compass-indicator.js'; declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;