import '@oicl/openbridge-webcomponents/dist/components/start-stop-switch/start-stop-switch.js'; import { ObcStartStopSwitchChangeEvent, StartStopSwitchVariant, StartStopSwitchSize } from '@oicl/openbridge-webcomponents/dist/components/start-stop-switch/start-stop-switch.js'; export interface Props { checked?: boolean; showUncheckedStateIcon?: boolean; variant?: StartStopSwitchVariant; showCheckedStateIcon?: boolean; size?: StartStopSwitchSize; disabled?: boolean; hasAlert?: boolean; hasDescription?: boolean; description?: string; } export type { ObcStartStopSwitchChangeEvent, StartStopSwitchVariant, StartStopSwitchSize } from '@oicl/openbridge-webcomponents/dist/components/start-stop-switch/start-stop-switch.js'; declare const _default: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((payload: ObcStartStopSwitchChangeEvent) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;