import { ModuleModel } from '@cas-hub/acabim-common-client'; import * as i0 from "@angular/core"; export declare class AcaLandLayoutComponent { readonly module: ModuleModel; navItems: ({ title: string; link: string; icon: import("@fortawesome/fontawesome-common-types").IconDefinition; dividerBottom: boolean; hideSiteProject: boolean; children?: undefined; dividerTop?: undefined; ghost?: undefined; } | { title: string; link: string; icon: import("@fortawesome/fontawesome-common-types").IconDefinition; children: { title: string; link: string; icon: import("@fortawesome/fontawesome-common-types").IconDefinition; }[]; dividerBottom?: undefined; hideSiteProject?: undefined; dividerTop?: undefined; ghost?: undefined; } | { title: string; icon: import("@fortawesome/fontawesome-common-types").IconDefinition; link: string; dividerBottom: boolean; hideSiteProject?: undefined; children?: undefined; dividerTop?: undefined; ghost?: undefined; } | { title: string; link: string; icon: import("@fortawesome/fontawesome-common-types").IconDefinition; dividerTop: boolean; ghost: boolean; children: { title: string; link: string; }[]; dividerBottom?: undefined; hideSiteProject?: undefined; })[]; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }