import { Observable } from "rxjs"; import { TabDirective } from "./tab.directive"; import * as i0 from "@angular/core"; export declare class TabsService { private _activeChange; activeChange: Observable; notifyActiveChange(tab: TabDirective): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }