import '@oicl/openbridge-webcomponents/dist/navigation-instruments/thruster/thruster.js'; import { InstrumentState, Priority } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js'; import { LinearAdvice } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/thruster/advice.js'; import { PropellerType } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/thruster/propeller.js'; export interface Props { thrust?: number; state?: InstrumentState; priority?: Priority; tunnel?: boolean; singleSided?: boolean; singleDirection?: boolean; singleDirectionHalfSize?: boolean; advices?: LinearAdvice[]; topPropeller?: PropellerType; bottomPropeller?: PropellerType; setpoint?: number | undefined; newSetpoint?: number | undefined; atSetpoint?: boolean; touching?: boolean; autoAtSetpoint?: boolean; autoAtSetpointDeadband?: number; setpointAtZeroDeadband?: number; setpointOverride?: boolean; animateSetpoint?: boolean; } export type { InstrumentState, Priority } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/types.js'; export type { LinearAdvice } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/thruster/advice.js'; export type { PropellerType } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/thruster/propeller.js'; declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;