/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { NgZone, ViewContainerRef } from '@angular/core'; import { DialogService } from '@progress/kendo-angular-dialog'; import { LocalizationService } from '@progress/kendo-angular-l10n'; import { PopupRef } from '@progress/kendo-angular-popup'; import { PdfViewer } from '@progress/kendo-pdfviewer-common'; import { SVGIcon } from '@progress/kendo-svg-icons'; import { AnnotationEditorType } from './../models/annotation-editor.type'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class AnnotationPopupToolbarContentComponent { private dialogService; private ngZone; hostClasses: boolean; paletteIcon: SVGIcon; trashIcon: SVGIcon; localizationService: LocalizationService; pdfViewerWidget: PdfViewer; anchor: HTMLElement; annotationEditorType: AnnotationEditorType; popupRef: PopupRef; showToolbar: boolean; initialColor: string; fontSizes: number[]; initialFontSize: number; dialogContainer: ViewContainerRef; removeAnnotationConfirmation: boolean; private dialogResultSub; constructor(dialogService: DialogService, ngZone: NgZone); ngOnDestroy(): void; editAnnotation(): void; deleteAnnotation(): void; onColorValueChange(value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }