import { StaffbaseWidgetManagerConstructor } from '../types/widgets/StaffbaseWidgetManagerConstructor'; /** * Resolves the host widget-manager constructor from the global Staffbase object, * or null when it is not a function (older runtimes / platform regression). * @returns {StaffbaseWidgetManagerConstructor | null} The constructor or null. */ export declare const getWidgetManagerConstructor: () => StaffbaseWidgetManagerConstructor | null; //# sourceMappingURL=getWidgetManagerConstructor.d.ts.map