import { IconType } from "react-icons"; export default interface Option { [key: string]: any; value: string | null; label: string; icon?: IconType }