import { JengaNotifyApiPropsWithID } from '../types'; export declare function useNotificationsObserver(callback: (notification: JengaNotifyApiPropsWithID) => void): void;