export default function useRoomFooter(): {
    t: any;
    roomStore: any;
    isMaster: any;
    isAdmin: any;
    isAudience: any;
};
