import { PDFNotificationService } from '../../pdf-notification-service';
import { ResponsiveVisibility } from '../../responsive-visibility';
import * as i0 from "@angular/core";
export declare class PdfHighlightEditorComponent {
    private notificationService;
    show: ResponsiveVisibility;
    isSelected: boolean;
    constructor(notificationService: PDFNotificationService);
    private onPdfJsInit;
    onClick(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<PdfHighlightEditorComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PdfHighlightEditorComponent, "pdf-highlight-editor", never, { "show": { "alias": "show"; "required": false; }; }, {}, never, never, false, never>;
}
