import * as React from 'react'; import { SxProps } from '@mui/system'; import { Theme } from "../styles/index.js"; import { InternalStandardProps as StandardProps } from "../internal/index.js"; import { InputProps } from "../Input/index.js"; import { NativeSelectInputProps } from "./NativeSelectInput.js"; import { NativeSelectClasses } from "./nativeSelectClasses.js"; export interface NativeSelectProps extends StandardProps { /** * The option elements to populate the select with. * Can be some `