import { Router } from '@angular/router';
import { Structure } from '../../map/models/structure.model';
import * as i0 from "@angular/core";
export declare class PrintService {
    private router;
    isPrinting: boolean;
    structure: Structure;
    structures: Structure[];
    constructor(router: Router);
    printDocument(documentName: string, structure: Structure): void;
    printDocuments(documentName: string, structures: Structure[]): void;
    onDataReady(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<PrintService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<PrintService>;
}
