import React from 'react'; import { SelectProps } from 'choerodon-ui/pro/lib/select/Select'; import { ILabel } from '@/common/types'; interface Props extends Partial { dataRef?: React.RefObject>; valueField?: string; afterLoad?: (sprints: ILabel[]) => void; applicationId?: string | null; flat?: boolean; projectId?: string; } declare class SelectMultiServiceTagOld extends React.PureComponent { constructor(props: Props); get getOtherProps(): Pick & Readonly<{ children?: React.ReactNode; }>, "multiple" | "projectId" | "id" | "size" | "prefix" | "code" | "required" | "defaultValue" | "value" | "children" | "form" | "label" | "style" | "title" | "pattern" | "tooltip" | "suffixCls" | "prefixCls" | "disabled" | "hidden" | "autoFocus" | "accessKey" | "dir" | "contentEditable" | "draggable" | "className" | "tabIndex" | "lang" | "spellCheck" | "onFocus" | "onClick" | "onDoubleClick" | "onMouseUp" | "onMouseDown" | "onMouseMove" | "onMouseEnter" | "onMouseLeave" | "onMouseOver" | "onMouseOut" | "onContextMenu" | "onKeyDown" | "onKeyUp" | "onKeyPress" | "dataSet" | "wait" | "waitType" | "name" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onDoubleClickCapture" | "onContextMenuCapture" | "onMouseUpCapture" | "onMouseDownCapture" | "onMouseMoveCapture" | "onMouseEnterCapture" | "onMouseLeaveCapture" | "onMouseOverCapture" | "onMouseOutCapture" | "onKeyDownCapture" | "onKeyUpCapture" | "onKeyPressCapture" | "onFocusCapture" | "onBlurCapture" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "key" | "elementClassName" | "_inTable" | "readOnly" | "dataIndex" | "range" | "newLine" | "validator" | "onInvalid" | "help" | "showHelp" | "renderer" | "validationRenderer" | "maxTagPlaceholder" | "maxTagCount" | "maxTagTextLength" | "pristine" | "trim" | "onBeforeChange" | "onInput" | "onEnterDown" | "fieldClassName" | "highlight" | "highlightRenderer" | "useColon" | "format" | "noValidate" | "placeholder" | "popupContent" | "popupCls" | "popupStyle" | "popupPlacement" | "onPopupHiddenChange" | "getPopupContainer" | "tabIntoPopupContent" | "combo" | "commonItem" | "maxCommonTagPlaceholder" | "maxCommonTagCount" | "maxCommonTagTextLength" | "searchable" | "searchFieldInPopup" | "searchFieldProps" | "searchMatcher" | "paramMatcher" | "optionsFilter" | "checkValueOnOptionsChange" | "dropdownMatchSelectWidth" | "selectAllButton" | "reverse" | "dropdownMenuStyle" | "options" | "primitiveValue" | "optionRenderer" | "pagingOptionContent" | "notFoundContent" | "onOption" | "noCache" | "optionTooltip" | "defaultActiveFirstOption" | "triggerShowDelay" | "triggerHiddenDelay" | "getPopupAlignTarget" | "viewMode" | "minLength" | "maxLength" | "autoComplete" | "suffix" | "clearButton" | "addonBefore" | "addonBeforeStyle" | "addonAfter" | "addonAfterStyle" | "restrict" | "isFlat" | "valueChangeAction" | "groupClassName" | "showLengthInfo" | "border" | "labelLayout" | "labelWidth" | "labelTooltip" | "record" | "onClear" | "preventRenderer" | "processValue" | "dataRef" | "afterLoad" | "flat" | "valueField" | "applicationId">; get getValue(): any; get getShowText(): any; handleChange: (value: any) => void; render(): JSX.Element; } export default SelectMultiServiceTagOld;