import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class LoadScriptService {
    get(url: string): Observable<any>;
    static ɵfac: i0.ɵɵFactoryDeclaration<LoadScriptService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<LoadScriptService>;
}
