import Select from 'react-select'; import AsyncSelect from 'react-select/async'; import AsyncCreatable from 'react-select/async-creatable'; import Creatable from 'react-select/creatable'; import WindowedSelect from 'react-windowed-select'; export { Select, AsyncSelect, AsyncCreatable, Creatable, WindowedSelect }; export declare const reactSelect: import("@xh/hoist/core").ElementFactory<{}>, reactCreatableSelect: import("@xh/hoist/core").ElementFactory<{}>, reactAsyncSelect: import("@xh/hoist/core").ElementFactory<{}>, reactAsyncCreatableSelect: import("@xh/hoist/core").ElementFactory<{}>, reactWindowedSelect: import("@xh/hoist/core").ElementFactory<{}>;