/// import type { IMutliValueProps } from "../Combobox.types"; export default function CustomMultiValue({ data: option, isFocused, isDisabled, removeProps, ...rest }: IMutliValueProps): JSX.Element;