export declare function useNotifications(): {
    notificationsEnabled: any;
    bannerText: any;
    CustomUnreadMessagesBanner: any;
    CustomScrollButton: any;
    scrollButtonEnabled: any;
};
