import { InjectionToken } from '@angular/core'; export type DocumentRef = Document; export declare const DOCUMENT: InjectionToken;