import { OptionHTMLAttributes } from 'react'; export interface Option extends OptionHTMLAttributes { text: string; value: string; }