import { Notification, NotificationElement } from "@veltdev/types";
export declare function useNotificationUtils(): NotificationElement | undefined;
export declare function useNotificationsData(): Notification[] | null;
export declare function useUnreadNotificationsCount(): {
    forYou: number | null;
    all: number | null;
};
