import { Toaster } from "@blueprintjs/core"; import React from "react"; import { Dispatch } from "redux"; import { NotificationSystem } from "../types"; export declare const blueprintjsNotificationSystem: (toaster: Toaster, dispatch: Dispatch) => NotificationSystem; export declare const NotificationRoot: import("react-redux").ConnectedComponent, { darkTheme?: boolean | undefined; }>;