import { OnDestroy, OnInit } from '@angular/core';
import { ToolbarEventService } from '../toolbar-event.service';
import { Store } from '@ngrx/store';
import * as fromStore from '../../store/reducers/reducers';
import { ToolbarButtonVisibilityService } from '../toolbar-button-visibility.service';
import * as i0 from "@angular/core";
export declare class RedactionToolbarComponent implements OnInit, OnDestroy {
    readonly toolbarEventService: ToolbarEventService;
    readonly toolbarButtons: ToolbarButtonVisibilityService;
    private store;
    showRedactSearch: boolean;
    preview: boolean;
    hasRedactions: boolean;
    private subscriptions;
    redactionAllInProgress: boolean;
    constructor(toolbarEventService: ToolbarEventService, toolbarButtons: ToolbarButtonVisibilityService, store: Store<fromStore.AnnotationSetState>);
    ngOnInit(): void;
    onRedactAllSearch(): void;
    toggleTextRedactionMode(): void;
    toggleDrawMode(): void;
    togglePreview(): void;
    unmarkAll(): void;
    redact(): void;
    toggleRedactBar(): void;
    redactPage(): void;
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<RedactionToolbarComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<RedactionToolbarComponent, "mv-redaction-toolbar", never, { "showRedactSearch": { "alias": "showRedactSearch"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=redaction-toolbar.component.d.ts.map