import { Editor } from 'grapesjs';
import { Notification } from './Notification';
import { NotificationManagerOptions } from './NotificationManager';
export default function (editor: Editor, container: HTMLElement, notifs: Notification[], options: NotificationManagerOptions): void;
//# sourceMappingURL=view.d.ts.map