declare const zoomFactorAttribute = "zoom-factor";
declare const handModeAttribute = "hand-mode";
declare const handModeButtonVisibleAttribute = "hand-mode-button-visible";
declare const hapticEnabledAttribute = "haptic-enabled";
declare const hapticModeButtonVisibleAttribute = "haptic-mode-button-visible";
declare const leftHandModeAttribute = "left-hand-mode";
declare const scanningBehaviorAttribute = "scanning-behavior";
declare const scanningBehaviorButtonVisibleAttribute = "scanning-behavior-button-visible";
declare const soundEnabledAttribute = "sound-enabled";
declare const soundModeButtonVisibleAttribute = "sound-mode-button-visible";
declare const targetModeButtonVisibleAttribute = "target-mode-button-visible";
declare const targetModeEnabledAttribute = "target-mode-enabled";
declare const torchButtonVisibleAttribute = "torch-button-visible";
declare const torchEnabledAttribute = "torch-enabled";
declare const inlineStyleAttribute = "inline-style";
declare const zoomSwitchControlVisibleAttribute = "zoom-switch-control-visible";
declare const previewSizeControlVisibleAttribute = "preview-size-control-visible";

export { handModeAttribute, handModeButtonVisibleAttribute, hapticEnabledAttribute, hapticModeButtonVisibleAttribute, inlineStyleAttribute, leftHandModeAttribute, previewSizeControlVisibleAttribute, scanningBehaviorAttribute, scanningBehaviorButtonVisibleAttribute, soundEnabledAttribute, soundModeButtonVisibleAttribute, targetModeButtonVisibleAttribute, targetModeEnabledAttribute, torchButtonVisibleAttribute, torchEnabledAttribute, zoomFactorAttribute, zoomSwitchControlVisibleAttribute };
