export declare enum ViewerControlPanelPosition {
    top_right = "top_right",
    top_left = "top_left"
}
export declare enum InitialGraphicsSetting {
    adaptive = "adaptive",
    low = "low",
    high = "high"
}
export declare enum AvatarSystem {
    basic = "basic",
    basic_custom = "basic_custom",
    basic_rpm = "basic_rpm",
    none = "none"
}
export declare enum AvatarBodyType {
    halfbody = "halfbody",
    fullbody = "fullbody",
    selectable = "selectable"
}
export declare enum ViewerCameraMode {
    first_person = "first_person",
    third_person = "third_person"
}
export declare enum Language {
    en = "en",
    ja = "ja"
}
