declare namespace Ext { export namespace slider { export interface SingleConfig { activeError?: string; activeErrorsTpl?: string | string[] | Ext.XTemplate; afterBodyEl?: string | Ext.XTemplate | []; afterLabelTextTpl?: string | Ext.XTemplate | []; afterLabelTpl?: string | Ext.XTemplate | []; afterSubTpl?: string | Ext.XTemplate | []; alignOnScroll?: boolean; alignTarget?: string; alwaysOnTop?: boolean | number; anchor?: string; animate?: object | boolean; animateShadow?: boolean; ariaAttributes?: object; ariaDescribedBy?: string; ariaErrorText?: string; ariaHelp?: string; ariaLabel?: string; ariaLabelledBy?: string; autoEl?: string | object; autoFitErrors?: boolean; autoRender?: boolean | string | Ext.dom.Element; autoScroll?: boolean; autoShow?: boolean; baseBodyCls?: string; baseCls?: string; beforeBodyEl?: string | Ext.XTemplate | []; beforeLabelTextTpl?: string | Ext.XTemplate | []; beforeLabelTpl?: string | Ext.XTemplate | []; beforeSubTpl?: string | Ext.XTemplate | []; bind?: object | string; border?: number | string | boolean; checkChangeBuffer?: number; checkChangeEvents?: string[]; childEls?: object | string[] | object[]; clickToChange?: boolean; cls?: string | string[]; columnWidth?: number; componentCls?: string; componentLayout?: string | object; constrain?: boolean; constrainThumbs?: boolean; constraintInsets?: object | string; constrainTo?: Ext.util.Region | Ext.dom.Element; contentEl?: string; controller?: string | object | Ext.app.ViewController; data?: object; decimalPrecision?: number | boolean; defaultAlign?: string; defaultListenerScope?: boolean; dirtyCls?: string; disabled?: boolean; disabledCls?: string; dock?: 'top' | 'bottom' | 'left' | 'right'; draggable?: boolean | object; errorMsgCls?: string; fieldBodyCls?: string; fieldCls?: string; fieldLabel?: string; fieldStyle?: string; fixed?: boolean; flex?: number; floating?: boolean; focusCls?: string; focusOnToFront?: boolean; formatText?: string; formBind?: boolean; formItemCls?: string; frame?: boolean; height?: number | string; hidden?: boolean; hideEmptyLabel?: boolean; hideLabel?: boolean; hideMode?: string; html?: string | object; id?: string; increment?: number; inputAttrTpl?: string | Ext.XTemplate | []; inputId?: string; inputType?: string; invalidCls?: string; invalidText?: string; itemId?: string; keyIncrement?: number; keyMap?: object; keyMapEnabled?: boolean; keyMapTarget?: string; labelAlign?: string; labelAttrTpl?: string | Ext.XTemplate | []; labelCls?: string; labelClsExtra?: string; labelPad?: number; labelSeparator?: string; labelStyle?: string; labelWidth?: number; liquidLayout?: boolean; listeners?: object; liveDrag?: boolean; loader?: Ext.ComponentLoader | object; margin?: number | string; maskElement?: string; maxHeight?: number; maxValue?: number; maxWidth?: number; minHeight?: number; minValue?: number; minWidth?: number; modal?: boolean; modelValidation?: boolean; msgTarget?: string; name?: string; overCls?: string; overflowX?: string; overflowY?: string; padding?: number | string; pageSize?: number; plugins?: Ext.plugin.Abstract[] | Ext.plugin.Abstract | object[] | object | Ext.react.enums.Plugin | Ext.react.enums.Plugin[]; preventMark?: boolean; publishes?: string | string[] | object; publishOnComplete?: boolean; readOnly?: boolean; readOnlyCls?: string; reference?: string; region?: "north" | "south" | "east" | "west" | "center"; renderConfig?: object; renderData?: object; renderSelectors?: object; renderTo?: string | Ext.dom.Element; renderTpl?: Ext.XTemplate | string | string[]; resizable?: boolean | object; resizeHandles?: string; saveDelay?: number; scrollable?: boolean | string | object; session?: boolean | object | Ext.data.Session; shadow?: string | boolean; shadowOffset?: number; shim?: boolean; shrinkWrap?: boolean | number; stateEvents?: string[]; stateful?: boolean | object; stateId?: string; style?: string | object; submitValue?: boolean; tabIndex?: number; tipText?: string | CallableFunction; toFrontOnShow?: boolean; touchAction?: object; tpl?: Ext.XTemplate | Ext.Template | string | string[]; tplWriteMode?: string; twoWayBindable?: string | string[] | object; ui?: string; userCls?: string | string[]; useTips?: object | boolean; validateOnBlur?: boolean; validateOnChange?: boolean; validation?: boolean | string; value?: number; valuePublishEvent?: string[] | string; values?: number[]; vertical?: boolean; viewModel?: string | object | Ext.app.ViewModel; weight?: number; width?: number | string; xtype?: string; zeroBasedSnapping?: boolean; } export class Single extends Ext.slider.Multi { } } }