import { ModelService } from './model.service';
import { HelperService } from './helper.service';
import { Rectangle } from './objects';
import * as i0 from "@angular/core";
export declare class PageService {
    private model;
    private helper;
    constructor(model: ModelService, helper: HelperService);
    calculateLayout(): void;
    calculateLayoutInner(): Rectangle;
    getZoomByPageWidth(): number;
    getZoomByPageHeight(): number;
    private getZoom;
    static ɵfac: i0.ɵɵFactoryDeclaration<PageService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<PageService>;
}
