import { AfterViewInit, Renderer2, ElementRef } from '@angular/core'; import { TitleService } from '@delon/theme'; import { ReuseTabService } from '@delon/abc/reuse-tab'; import * as i0 from "@angular/core"; export declare class PageGridComponent implements AfterViewInit { private el; private rend; private titleSrv; private reuseSrv; loading: boolean; noSpacing: boolean; style: any; set title(value: string); constructor(el: ElementRef, rend: Renderer2, titleSrv: TitleService, reuseSrv: ReuseTabService); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }