/// import { Props, GroupBase, MultiValue, SingleValue } from "react-select"; export interface Option { label: string; value: string | number; type?: string; } export declare type GroupedOption = GroupBase