import { OnInit } from '@angular/core';
export declare class PdfToggleSidebarComponent implements OnInit {
    showSidebarButton: boolean;
    constructor();
    ngOnInit(): void;
}
