import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class FocusService { private _focused; get focusChange(): Observable; set focused(state: boolean); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }