export default class ScriptLoader { static load(scripts: string | string[], styles?: string | string[]): Promise; }