import { ModelService } from './model.service';
import { PageService } from './page.service';
import * as i0 from "@angular/core";
export declare class FullScreenService {
    model: ModelService;
    pageService: PageService;
    constructor(model: ModelService, pageService: PageService);
    changeFullScreenMode(fullScreenMode: boolean): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<FullScreenService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<FullScreenService>;
}
