import { OnInit, ElementRef, AfterViewInit } from '@angular/core'; import BpmnViewer from 'bpmn-js'; import * as i0 from "@angular/core"; export declare class ElementTemplateIconRendererComponent implements OnInit, AfterViewInit { container: ElementRef; bpmnViewer: BpmnViewer; private renderer; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }