import { AfterViewInit, ChangeDetectorRef, ElementRef, QueryList } from "@angular/core"; import { Router } from "@angular/router"; import { ToolbarButton } from "./constants"; import * as i0 from "@angular/core"; export declare class RSToolbarComponent implements AfterViewInit { router: Router; private ref; buttons: ToolbarButton[]; disabledOptions: { [key: string]: any; }; toolbarContainer: ElementRef; buttonElements: QueryList; constructor(router: Router, ref: ChangeDetectorRef); ngAfterViewInit(): void; visibleButtons: ToolbarButton[]; hiddenButtons: ToolbarButton[]; updateButtonVisibility(): void; onWindowResize(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }