import '@oicl/openbridge-webcomponents/dist/navigation-instruments/velocity-projection-plot/velocity-projection-plot.js'; import { VelocityProjectionDatapoint } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/velocity-projection-plot/velocity-projection-plot.js'; import { VesselImage } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/watch.js'; export interface Props { dataPoints?: VelocityProjectionDatapoint[]; instantWindDirectionDeg?: number | null; instantWindSpeedNumber?: number | null; instantCurrentDirectionDeg?: number | null; instantCurrentSpeedNumber?: number | null; vesselImage?: VesselImage; } export type { VelocityProjectionDatapoint } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/velocity-projection-plot/velocity-projection-plot.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;