import { OnInit } from '@angular/core'; export declare class NzRootComponent implements OnInit { private _document; private options; nzExtraFontName: string; nzExtraFontUrl: string; constructor(_document: any, options: any); ngOnInit(): void; }