import type { NativeSelectTypeMap } from "./NativeSelectProps";
/**
* An alternative to `` with a much smaller bundle size footprint.
*
* Demos:
*
* - [Selects](https://mui.com/components/selects/)
*
* API:
*
* - [NativeSelect API](https://mui.com/api/native-select/)
* - inherits [Input API](https://mui.com/api/input/)
*/
declare const NativeSelect: import("@suid/types").OverridableComponent;
export default NativeSelect;
//# sourceMappingURL=NativeSelect.d.ts.map