import { ElementRef, AfterContentInit, QueryList, TemplateRef } from '@angular/core'; import { BlockableUI } from 'primeng/api'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "primeng/api"; export declare class Timeline implements AfterContentInit, BlockableUI { private el; value: any[]; style: any; styleClass: string; align: string; layout: string; templates: QueryList; contentTemplate: TemplateRef; oppositeTemplate: TemplateRef; markerTemplate: TemplateRef; constructor(el: ElementRef); getBlockableElement(): HTMLElement; ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class TimelineModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }