import { CustomOnChangeProps, OptionRenderState, OptionValue } from "../../common/types/components.js"; import { FormHelperTextProps, FormLabelProps, InputLabelProps, MenuItemProps, SelectProps as SelectProps$1 } from "../../common/types/mui.js"; import "../../common/index.js"; import { JSX, ReactNode, Ref } from "react"; import { Control, FieldError, FieldValues, Path, RegisterOptions } from "react-hook-form"; import { SelectChangeEvent } from "@mui/material/Select"; import { CustomComponentIds, StrNumObjOption } from "@nish1896/mui-components/types"; //#region src/mui/select/index.d.ts type SelectValue = Multiple extends true ? Value[] : Value; type OnValueChangeProps