/// /// import { Widget } from '@lumino/widgets'; import { DefaultOptionsWidgetInterface } from './DefaultOptionsWidgetInterface'; export declare class DefaultOptionsWidget extends Widget implements DefaultOptionsWidgetInterface { readonly HEAP_GB_SELECTOR = "#heap_GB"; readonly HTML_ELEMENT_TEMPLATE = "\n
\n
\n\n \n \n GB\n\n
\n
\n"; get $node(): JQuery; constructor(); setHeapGB(value: any): void; private optionsChangedHandler; }