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