/// import type { SingleValueProps } from "react-select"; import type { IOption } from "../Combobox.types"; export declare function CustomSingleValue({ data: option, ...rest }: SingleValueProps): JSX.Element;