import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TruDesktopTaskbar implements OnInit { windows: any; desktopCtrl: any; options: any; desktopShown: boolean; constructor(); ngOnInit(): void; updateWindowState: (wdw: any) => void; hideShowAll: () => void; close: (e: any, wdw: any) => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }