import React__default from 'react'; import { ISelectProps } from './interface.js'; interface ISelectRender extends ISelectProps { list?: ISelectProps["list"]; tabsList?: any; style?: ISelectProps["style"]; dataKey?: ISelectProps["dataKey"]; titleKey?: ISelectProps["titleKey"]; joinKey?: ISelectProps["joinKey"]; joinStr?: ISelectProps["joinStr"]; lineFeedKey?: ISelectProps["lineFeedKey"]; lineFeedStr?: ISelectProps["lineFeedStr"]; open?: ISelectProps["open"]; onChange?: ISelectProps["onChange"]; dropdownMatchSelectWidth?: ISelectProps["dropdownMatchSelectWidth"]; optionLabelProp?: ISelectProps["optionLabelProp"]; dropdownRender?: ISelectProps["dropdownRender"]; value?: ISelectProps["value"]; tabItems: { label: string; key: string; list?: any; onScroll?: any; }[]; mode?: ISelectProps["mode"]; onPopupScroll?: ISelectProps["onPopupScroll"]; } declare const _default: React__default.NamedExoticComponent; export { _default as default };