import { TemplateRef } from '@angular/core'; import { ArrowHide } from './horizontal-menu.directive'; import { ManualDetection } from '../../base-classes/manual-detection.class'; import * as i0 from "@angular/core"; export declare class HorizontalMenuComponent extends ManualDetection { template: TemplateRef; showNav: boolean; clz: string | string[]; distance: number; scrollSpeed: number; showLeftArrow: boolean; showRightArrow: boolean; private scrollWrapper; listenToItemsScroll(e: ArrowHide): void; scrollLeft(): void; scrollRight(): void; private scroll; checkView(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }