declare namespace Ext { export namespace form { export namespace field { export interface DisplayConfig { 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; 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; childEls?: object | string[] | object[]; cls?: string | string[]; columnWidth?: number; componentCls?: string; componentLayout?: string | object; constrain?: boolean; constraintInsets?: object | string; constrainTo?: Ext.util.Region | Ext.dom.Element; contentEl?: string; controller?: string | object | Ext.app.ViewController; data?: object; defaultAlign?: string; defaultListenerScope?: boolean; dirtyCls?: string; 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; htmlEncode?: boolean; id?: string; inputAttrTpl?: string | Ext.XTemplate | []; inputId?: string; invalidCls?: string; invalidText?: string; itemId?: string; 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; maxWidth?: number; minHeight?: number; minWidth?: number; modal?: boolean; modelValidation?: boolean; msgTarget?: string; name?: string; overCls?: string; overflowX?: string; overflowY?: string; padding?: number | string; plugins?: Ext.plugin.Abstract[] | Ext.plugin.Abstract | object[] | object | Ext.react.enums.Plugin | Ext.react.enums.Plugin[]; preventMark?: boolean; publishes?: string | string[] | object; readOnlyCls?: string; reference?: string; region?: "north" | "south" | "east" | "west" | "center"; renderConfig?: object; renderData?: object; renderer?: CallableFunction; renderSelectors?: object; renderTo?: string | Ext.dom.Element; renderTpl?: Ext.XTemplate | string | string[]; resizable?: boolean | object; resizeHandles?: string; saveDelay?: number; scope?: object; 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; toFrontOnShow?: boolean; touchAction?: object; tpl?: Ext.XTemplate | Ext.Template | string | string[]; tplWriteMode?: string; twoWayBindable?: string | string[] | object; ui?: string; userCls?: string | string[]; validateOnBlur?: boolean; validation?: boolean | string; value?: object; valuePublishEvent?: string[] | string; viewModel?: string | object | Ext.app.ViewModel; weight?: number; width?: number | string; xtype?: string; } export class Display extends Ext.form.field.Base { } } } }