import { CustomOnChangeProps, OptionRenderState, OptionValue } from "../../common/types/components.js"; import { FormHelperTextProps, FormLabelProps } from "../../common/types/mui.js"; import "../../common/index.js"; import { ChangeEvent, JSX, ReactNode, Ref } from "react"; import { Control, FieldError, FieldValues, Path, RegisterOptions } from "react-hook-form"; import { NativeSelectProps } from "@mui/material/NativeSelect"; import { CustomComponentIds, StrNumObjOption } from "@nish1896/mui-components/types"; //#region src/mui/native-select/index.d.ts type InputNativeSelectProps = Omit; type OnValueChangeProps