export declare class GoogleChartsLoaderService { private chartPackage; private googleScriptLoadingNotifier; private googleScriptIsLoading; constructor(); load(chartType: string): Promise; private loadGoogleChartsScript(); }