import { Response } from 'express'; export declare function loadCSSIfPresent(response: Response, widgetName: string, packagesPath: string, cb: any): void;