export declare const loadScript: (url: string, options?: { async?: boolean; type?: string; id?: string; integrity?: string; crossOrigin?: string; }) => Promise;