export default SimpleWindowView;
declare class SimpleWindowView extends View<HTMLElement> {
    constructor(contentView: any, options: any);
    el: Element;
    title: ObservedValue;
    content: any;
}
import View from "../View.js";
import ObservedValue from '../../core/model/ObservedValue.js';
//# sourceMappingURL=SimpleWindow.d.ts.map