import { SelectUnstyledType } from './SelectUnstyled.types';
/**
 * The foundation for building custom-styled select components.
 *
 * Demos:
 *
 * - [Unstyled Select](https://mui.com/base/react-select/)
 *
 * API:
 *
 * - [SelectUnstyled API](https://mui.com/base/api/select-unstyled/)
 */
declare const SelectUnstyled: SelectUnstyledType;
export default SelectUnstyled;
