export declare class NgxExtendedPdfViewerService {
    constructor();
    find(text: string): boolean;
    findNext(): boolean;
    findPrevious(): boolean;
}
