import React from 'react'; import { SelectProps } from '../Select'; export declare const Select: ({ action, autoComplete, autoWidth, className, disabled, filterable, id, inputRef, label, labelId, maxHeight, onClose, onOpen, onOptionChange, options, placeholder, placement, positionFixed, required, style, value, ...props }: SelectProps) => ReturnType>>; //# sourceMappingURL=Select.d.ts.map