import { ChangeDetectorRef, ElementRef, EventEmitter, TemplateRef } from '@angular/core';
import { PdfThumbnailDrawnEvent } from '../../events/pdf-thumbnail-drawn-event';
import { ResponsiveVisibility } from '../../responsive-visibility';
import * as i0 from "@angular/core";
export declare class PdfSidebarComponent {
    private elementRef;
    private ref;
    sidebarPositionTop: string | undefined;
    sidebarVisible: boolean;
    mobileFriendlyZoomScale: number;
    showSidebarButton: ResponsiveVisibility;
    customSidebar: TemplateRef<any> | undefined;
    customThumbnail: TemplateRef<any> | undefined;
    thumbnailDrawn: EventEmitter<PdfThumbnailDrawnEvent>;
    hideSidebarToolbar: boolean;
    constructor(elementRef: ElementRef, ref: ChangeDetectorRef);
    showToolbarWhenNecessary(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<PdfSidebarComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PdfSidebarComponent, "pdf-sidebar", never, { "sidebarPositionTop": "sidebarPositionTop"; "sidebarVisible": "sidebarVisible"; "mobileFriendlyZoomScale": "mobileFriendlyZoomScale"; "showSidebarButton": "showSidebarButton"; "customSidebar": "customSidebar"; "customThumbnail": "customThumbnail"; }, { "thumbnailDrawn": "thumbnailDrawn"; }, never, ["*"]>;
}
