declare namespace Ext { export namespace ux { export namespace colorpick { export interface FieldConfig { 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; allowBlank?: boolean; allowOnlyWhitespace?: boolean; 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; blankText?: string; border?: number | string | boolean; checkChangeBuffer?: number; checkChangeEvents?: string[]; 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; disabled?: boolean; disabledCls?: string; disableKeyFilter?: boolean; dock?: 'top' | 'bottom' | 'left' | 'right'; draggable?: boolean | object; editable?: boolean; emptyCls?: string; emptyText?: string; enableKeyEvents?: boolean; enforceMaxLength?: boolean; errorMsgCls?: string; fieldBodyCls?: string; fieldCls?: string; fieldLabel?: string; fieldStyle?: string; fixed?: boolean; flex?: number; floating?: boolean; focusCls?: string; focusOnToFront?: boolean; format?: "hex6" | "hex8" | "#hex6" | "#hex8" | "HEX6" | "HEX8" | "#HEX6" | "#HEX8"; formatText?: string; formBind?: boolean; formItemCls?: string; frame?: boolean; grow?: boolean; growAppend?: string; growMax?: number; growMin?: number; height?: number | string; hidden?: boolean; hideEmptyLabel?: boolean; hideLabel?: boolean; hideMode?: string; hideTrigger?: boolean; html?: string | object; id?: string; inputAttrTpl?: string | Ext.XTemplate | []; inputId?: string; inputType?: string; inputWrapCls?: 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; maskRe?: RegExp; matchFieldWidth?: boolean; maxHeight?: number; maxLength?: number; maxLengthText?: string; maxWidth?: number; minHeight?: number; minLength?: number; minLengthText?: string; minWidth?: number; modal?: boolean; modelValidation?: boolean; msgTarget?: string; name?: string; openCls?: string; overCls?: string; overflowX?: string; overflowY?: string; padding?: number | string; pickerAlign?: string; pickerOffset?: number[]; plugins?: Ext.plugin.Abstract[] | Ext.plugin.Abstract | object[] | object | Ext.react.enums.Plugin | Ext.react.enums.Plugin[]; preventMark?: boolean; publishes?: string | string[] | object; readOnly?: boolean; readOnlyCls?: string; reference?: string; regex?: RegExp; regexText?: string; region?: "north" | "south" | "east" | "west" | "center"; renderConfig?: object; renderData?: object; renderSelectors?: object; renderTo?: string | Ext.dom.Element; renderTpl?: Ext.XTemplate | string | string[]; repeatTriggerClick?: boolean; requiredCls?: string; resizable?: boolean | object; resizeHandles?: string; saveDelay?: number; scrollable?: boolean | string | object; selectOnFocus?: boolean; session?: boolean | object | Ext.data.Session; shadow?: string | boolean; shadowOffset?: number; shim?: boolean; shrinkWrap?: boolean | number; size?: number; stateEvents?: string[]; stateful?: boolean | object; stateId?: string; stripCharsRe?: RegExp; style?: string | object; submitValue?: boolean; tabIndex?: number; toFrontOnShow?: boolean; touchAction?: object; tpl?: Ext.XTemplate | Ext.Template | string | string[]; tplWriteMode?: string; triggerCls?: string; triggers?: object; triggerWrapCls?: string; twoWayBindable?: string | string[] | object; ui?: string; userCls?: string | string[]; validateBlank?: boolean; validateOnBlur?: boolean; validateOnChange?: boolean; validation?: boolean | string; validator?: CallableFunction; value?: object; valuePublishEvent?: string[] | string; viewModel?: string | object | Ext.app.ViewModel; vtype?: string; vtypeText?: string; weight?: number; width?: number | string; xtype?: string; } export class Field extends Ext.form.field.Picker { } } } }