import * as i0 from '@angular/core'; import { OnInit, OnChanges, AfterContentInit, EventEmitter, TemplateRef, SimpleChanges, QueryList } from '@angular/core'; import { Direction } from '@angular/cdk/bidi'; import { NzBreakpointKey } from 'ng-zorro-antd/core/services'; import { NzMenuDirective } from 'ng-zorro-antd/menu'; declare class NzContentComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NzFooterComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NzHeaderComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NzSiderComponent implements OnInit, OnChanges, AfterContentInit { private destroyRef; private platform; private cdr; private breakpointService; nzMenuDirective: NzMenuDirective | null; readonly nzCollapsedChange: EventEmitter; nzWidth: string | number; nzTheme: 'light' | 'dark'; nzCollapsedWidth: number; nzBreakpoint: NzBreakpointKey | null; nzZeroTrigger: TemplateRef | null; nzTrigger: TemplateRef | undefined | null; nzReverseArrow: boolean; nzCollapsible: boolean; nzCollapsed: boolean; matchBreakPoint: boolean; flexSetting: string | null; widthSetting: string | null; updateStyleMap(): void; updateMenuInlineCollapsed(): void; setCollapsed(collapsed: boolean): void; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_nzReverseArrow: unknown; static ngAcceptInputType_nzCollapsible: unknown; static ngAcceptInputType_nzCollapsed: unknown; } /** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ declare class NzLayoutComponent implements OnInit { private destroyRef; private directionality; listOfNzSiderComponent: QueryList; dir: Direction; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NzSiderTriggerComponent implements OnChanges, OnInit { nzCollapsed: boolean; nzReverseArrow: boolean; nzZeroTrigger: TemplateRef | null; nzTrigger: TemplateRef | undefined | null; matchBreakPoint: boolean; nzCollapsedWidth: number | null; siderWidth: string | null; nzBreakpoint: NzBreakpointKey | null; isZeroTrigger: boolean; isNormalTrigger: boolean; updateTriggerType(): void; ngOnInit(): void; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NzLayoutModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NzContentComponent, NzFooterComponent, NzHeaderComponent, NzLayoutComponent, NzLayoutModule, NzSiderComponent, NzSiderTriggerComponent as ɵNzSiderTriggerComponent };