export declare const drawMeasureWidget: (parentEl: HTMLElement, measureId: string, options?: Record) => Promise; /** * Load a widget specified by a DOM element. */ export declare const loadWidget: (el: HTMLElement | string) => void;