import { AfterContentInit, ElementRef } from '@angular/core'; import { EclLinkDirective } from '../ecl-link/ecl-link.directive'; import { ECLBaseDirective } from '../ecl-base.directive'; import * as i0 from "@angular/core"; export declare class EclNewsTickerItemComponent extends ECLBaseDirective implements AfterContentInit { el: ElementRef; eclLink: EclLinkDirective; get cssClasses(): string; ariaHidden: boolean; tabindex: string; role: string; constructor(el: ElementRef); ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=ecl-news-ticker-item.component.d.ts.map