import '@oicl/openbridge-webcomponents/dist/navigation-instruments/wind/wind.js'; import { WindHistogramData } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/wind/wind.js'; import { VesselImage } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/watch.js'; export interface Props { currentWindFromDirection?: number; currentWindSpeedBeaufort?: number; windHistogramData?: WindHistogramData[]; vesselImage?: VesselImage; vesselHeadingDeg?: number; } export type { WindHistogramData } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/wind/wind.js'; export type { VesselImage } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/watch.js'; declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;