/**
 * Lower case naming scheme to match target reported values for boxfish.
 */
declare enum AutozoomModes {
    NORMAL = "normal",
    PLAZA = "plaza",
    PLAZA_DUPLICATE = "plaza_duplicate",
    SPEAKER_FRAMING = "speaker_framing",
    SPEAKER_CENTRIC_FRAMING = "speaker_centric_framing",
    FOCUS = "focus"
}
export default AutozoomModes;
