import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core'; import { NzResizeObserver } from "ng-zorro-antd/cdk/resize-observer"; import { NsSpaceService } from "./ns-space.service"; import { NsConfigKey, NsConfigService } from "ng-stalk/core/config"; import * as i0 from "@angular/core"; export declare class NsSpaceItemDirective implements OnInit, AfterViewInit, OnDestroy { nsConfigService: NsConfigService; private _elRef; private nzResizeObserver; private nsSpaceService; readonly _nsModuleName: NsConfigKey; nsDebug: boolean; group?: string | string[]; nsOverwriteDisplayStyle: boolean; tag?: string; id: string; private destroy$; constructor(nsConfigService: NsConfigService, _elRef: ElementRef, nzResizeObserver: NzResizeObserver, nsSpaceService: NsSpaceService); ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }