/** * 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 */ import { Direction, Directionality } from '@angular/cdk/bidi'; import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges, TemplateRef } from '@angular/core'; import { VtsSafeAny } from '@ui-vts-kit/ng-vts/core/types'; import { VtsMenuModeType } from './menu.types'; import * as i0 from "@angular/core"; export declare class VtsSubmenuNoneInlineChildComponent implements OnDestroy, OnInit, OnChanges { private directionality; menuClass: string; templateOutlet: TemplateRef | null; isMenuInsideDropDown: boolean; mode: VtsMenuModeType; rootMode?: VtsMenuModeType | null; position: string; vtsDisabled: boolean; vtsOpen: boolean; level: number; isFirst: boolean | null; isLasted: boolean | null; readonly subMenuMouseState: EventEmitter; set containerEl(el: ElementRef); constructor(directionality: Directionality); setMouseState(state: boolean): void; expandState: string; dir: Direction; private destroy$; ngOnDestroy(): void; calcMotionState(): void; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }