import { WindowShellComponent } from '../components/window-shell/window-shell.component'; export declare class WindowCloseDirective { private windowRef; constructor(windowRef: WindowShellComponent); closeWindow(): void; }