export default function useRoomControl(): {
    isEN: import('vue').ComputedRef<boolean>;
    t: any;
};
