import { MediaChange, MediaObserver } from '@angular/flex-layout'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class DocumentService { private media; screenSizeObs: Observable; constructor(media: MediaObserver); toggleFullscreen(elementId: string): void; isSmallElement(element: HTMLElement | Element): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }