export declare function useLoadScript(src: string, onLoad?: () => void, onError?: () => void): void;
