import { OnInit, ElementRef, EventEmitter } from '@angular/core'; import { ScriptService } from './script.service'; import * as i0 from "@angular/core"; export declare class ScriptComponent implements OnInit { private scriptService; private element; src: string; attributes: { [key: string]: string; }; load: EventEmitter; error: EventEmitter; constructor(scriptService: ScriptService, element: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }