/** * This [Control] node is used in the editor's Inspector dock to allow editing of numeric values. Can be used with [EditorInspectorPlugin] to recreate the same behavior. * */ declare class EditorSpinSlider extends Range { /** * This [Control] node is used in the editor's Inspector dock to allow editing of numeric values. Can be used with [EditorInspectorPlugin] to recreate the same behavior. * */ new(): EditorSpinSlider; static "new"(): EditorSpinSlider connect>(signal: T, method: SignalFunction): number; }