import type { ViewerState } from "../types"; export declare class Notifications { private root; private toasts; constructor(); getElement(): HTMLDivElement; update(state: ViewerState): void; } //# sourceMappingURL=notifications.d.ts.map