import type { OpenNotificationParams } from "../../../contexts/notification/types";
export declare const useHandleNotification: () => (notification: OpenNotificationParams | false | undefined, fallbackNotification?: OpenNotificationParams) => void;
//# sourceMappingURL=index.d.ts.map