import { InputHTMLAttributes } from 'react'; declare type OptionValue = string | number | boolean | Record; export interface SelectWithChildProps