import { AfterViewInit, ChangeDetectorRef, ElementRef, OnInit, QueryList } from '@angular/core'; import { SzLinkIconConfig } from '../sz-link-icon/model/SzLinkIconConfig'; import { SzMenuSimpleDirection } from './model/SzMenuSimpleDirection'; import * as i0 from "@angular/core"; export declare class SzMenuSimpleComponent implements OnInit, AfterViewInit { private cdr; hovered: HTMLLIElement | undefined; selected: HTMLLIElement | undefined; items: SzLinkIconConfig[]; direction: SzMenuSimpleDirection; classSzMenuSimple: boolean; classSzMenuSimpleHorizontal: boolean; liElementRefQuery: QueryList>; constructor(cdr: ChangeDetectorRef); ngOnInit(): void; ngAfterViewInit(): void; onLiMouseOver(e: MouseEvent, liElement: HTMLLIElement): void; onLiMouseOut(e: MouseEvent, liElement: HTMLLIElement): void; onLiClick(e: MouseEvent, item: SzLinkIconConfig, liElement: HTMLLIElement): void; private getLiElementByPath; private getLiElementByPathInclude; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }