import { Bookmark, BookmarksPerPage } from '../../viewers/pdf-viewer/side-bar/bookmarks/bookmarks.interfaces';
import { OnInit } from '@angular/core';
import { Store } from '@ngrx/store';
import * as fromStore from '../../store/reducers/reducers';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class BookmarkIconsComponent implements OnInit {
    private store;
    zoom: number;
    rotate: number;
    bookmarksPerPage$: Observable<BookmarksPerPage[]>;
    bookmarks: Bookmark[];
    documentId: string;
    constructor(store: Store<fromStore.State>);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<BookmarkIconsComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<BookmarkIconsComponent, "mv-bookmark-icons", never, { "zoom": { "alias": "zoom"; "required": false; }; "rotate": { "alias": "rotate"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=bookmark-icons.component.d.ts.map