/// import { SelectProps } from "./SelectOption.types"; import { GroupBase } from "react-select"; declare const SelectOption: = GroupBase>(props: SelectProps) => JSX.Element; export default SelectOption;