/// <reference types="react" />
declare const _default: import("react-redux").ConnectedComponent<({ mode, setMode, id, prevSegment, nextSegment, disabled_buttons, active_player_id, isMobile, showPopup, first_interaction, show_controlbar, language, showControlBar, }: {
    mode: any;
    setMode: any;
    id: any;
    prevSegment: any;
    nextSegment: any;
    disabled_buttons: any;
    active_player_id: any;
    isMobile: any;
    showPopup: any;
    first_interaction: any;
    show_controlbar: any;
    language: any;
    showControlBar: any;
}) => JSX.Element, Omit<{
    mode: any;
    setMode: any;
    id: any;
    prevSegment: any;
    nextSegment: any;
    disabled_buttons: any;
    active_player_id: any;
    isMobile: any;
    showPopup: any;
    first_interaction: any;
    show_controlbar: any;
    language: any;
    showControlBar: any;
}, "mode" | "setMode" | "prevSegment" | "nextSegment" | "disabled_buttons" | "active_player_id" | "isMobile" | "showPopup" | "first_interaction" | "show_controlbar" | "language" | "showControlBar"> & import("react-redux").ConnectProps>;
export default _default;
