import * as _angular_router from '@angular/router'; import { Router, ActivatedRoute } from '@angular/router'; import * as i0 from '@angular/core'; import { Signal } from '@angular/core'; import { Observable } from 'rxjs'; declare class FabService { readonly hidden: i0.WritableSignal; protected readonly router: Router; protected readonly route: ActivatedRoute; readonly route$: Observable; readonly data: Signal<_angular_router.Data | undefined>; readonly actions: Signal; private findLastChild; show(): void; hide(): void; toggle(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export { FabService };