export default ToastLogView;
declare class ToastLogView extends View<HTMLElement> {
    /**
     *
     * @param {NotificationLog} model
     * @param options
     * @constructor
     */
    constructor(model: NotificationLog, options?: {
        displayDuration: number;
    });
    el: Element;
    children: any[];
}
import View from "../../View.js";
//# sourceMappingURL=ToastLogView.d.ts.map