import { ChangeDetectorRef, OnDestroy, OnInit } from "@angular/core"; import { LoggerService } from "@nova-ui/bits"; import { PizzagnaService } from "../../../pizzagna/services/pizzagna.service"; import { BaseLayout } from "../base-layout"; import * as i0 from "@angular/core"; export declare class StackComponent extends BaseLayout implements OnInit, OnDestroy { static lateLoadKey: string; nodes: string[]; direction: string; elementClass: string; classNames: string; readonly defaultClassNames = "h-100 w-100 d-flex"; constructor(changeDetector: ChangeDetectorRef, pizzagnaService: PizzagnaService, logger: LoggerService); ngOnInit(): void; ngOnDestroy(): void; getNodes(): string[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }