export declare function useAssetLoader(): {
    loadJsScript: (scriptUrl: string) => Promise<void>;
};
