import { ModelService } from './model.service';
import { HelperService } from './helper.service';
import { AnimationService } from './animation.service';
import * as i0 from "@angular/core";
export declare class FindService {
    private model;
    private helper;
    private animationService;
    private symbols;
    private findLabels;
    text: string;
    lastFindText: string;
    matchCase: boolean;
    matchWholeWord: boolean;
    findMode: boolean;
    constructor(model: ModelService, helper: HelperService, animationService: AnimationService);
    hideFindLabels(): void;
    selectFindLabel(direction: string): void;
    showFindLabels(): void;
    goToFindedElement(findLabel: any): void;
    isWholeWord(str: string, word: string): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<FindService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<FindService>;
}
